From 88a154f077a9b84011321aa34aa4f6e64a45a3f2 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 13 Apr 2026 21:43:49 +0200 Subject: [PATCH] feat(notes): retry syncing notes when failed due to timeout --- functions.sh | 2 ++ 1 file changed, 2 insertions(+) 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 }