From 47d09870573db1e302be6e35e2c7546254ca40dd Mon Sep 17 00:00:00 2001 From: SemvdH Date: Tue, 26 Aug 2025 22:41:00 +0200 Subject: [PATCH] Improve line about backing up --- start-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-backup.sh b/start-backup.sh index 919ff14..61654b4 100755 --- a/start-backup.sh +++ b/start-backup.sh @@ -19,7 +19,7 @@ curl "http://10.10.100.12:8123/startbackup" if [ "$is_online" = "online" ]; then echo "VM already online" else - echo "backups VM is offline!" + echo "backups VM was offline! It's starting up now..." echo "waiting 30 seconds for the VM to start up..." sleep 30 fi