From b116401130c058088be22f29737a22dbb84f35f2 Mon Sep 17 00:00:00 2001 From: Sergey Paramoshkin Date: Thu, 25 Sep 2025 10:35:19 +0300 Subject: [PATCH] add sleep --- scripts/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/backup.sh b/scripts/backup.sh index 13ccd71..b42f1fa 100644 --- a/scripts/backup.sh +++ b/scripts/backup.sh @@ -20,7 +20,7 @@ while true; do if [ $? -ne 0 ]; then echo "[$(date)] ERROR: Failed to get database list!" - sleep 43200 + sleep ${SLEEP} continue fi