From ad9345c0e8b4147bf090e0528fff7f593319a32c Mon Sep 17 00:00:00 2001 From: sem Date: Wed, 4 Feb 2026 21:21:37 +0100 Subject: [PATCH] update script to wait 10 seconds before shutdown --- stop-backup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stop-backup.sh b/stop-backup.sh index 6a35403..ab1099f 100755 --- a/stop-backup.sh +++ b/stop-backup.sh @@ -2,6 +2,6 @@ echo "backup done!" echo "shutting down backups vm" -echo "Waiting 5 seconds before shutting down..." -sleep 5 -curl "http://10.10.100.12:8123/stopbackup" \ No newline at end of file +echo "Waiting 10 seconds before shutting down..." +sleep 10 +curl "http://10.10.100.12:8123/stopbackup"