From f7cc6ba83b5835d3f7d747814ad48b901546467f Mon Sep 17 00:00:00 2001 From: sem Date: Thu, 2 Jul 2026 21:57:34 +0000 Subject: [PATCH] Add progress indication to start script --- start-backup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/start-backup.sh b/start-backup.sh index 2f9ead7..1f068b0 100755 --- a/start-backup.sh +++ b/start-backup.sh @@ -13,6 +13,7 @@ curl -s "http://10.10.100.12:8123/startbackup" echo "waiting for backups VM to come online..." while ! ping -W 1 -c 1 "$VM_IP" > /dev/null 2>&1; do + echo -n "." sleep "$SLEEP_INTERVAL" ELAPSED=$((ELAPSED + SLEEP_INTERVAL))