From 68428d1511f1901fcd0038f98507fb3696e68d9d Mon Sep 17 00:00:00 2001 From: Andrew Hurley Date: Sun, 22 Aug 2021 18:56:41 +1000 Subject: [PATCH] Try again after error every 10 hours. --- sync.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sync.sh b/sync.sh index 96af004..40c299f 100644 --- a/sync.sh +++ b/sync.sh @@ -79,8 +79,8 @@ while true; do else if [[ "$?" != "10" ]]; then echo " -- sslmate error" - sleep 36000 - exit + sleep 360000 # 10 hours + continue fi fi