diff --git a/functions.sh b/functions.sh index b88a9fa..a219a1f 100644 --- a/functions.sh +++ b/functions.sh @@ -23,6 +23,8 @@ notesSync() { } else echo ">>> Sync skipped due to timeout ($time)" + echo "retrying..." + notesSync fi }