Improve line about backing up

This commit is contained in:
SemvdH
2025-08-26 22:41:00 +02:00
parent 7659b8a46c
commit 47d0987057

View File

@@ -19,7 +19,7 @@ curl "http://10.10.100.12:8123/startbackup"
if [ "$is_online" = "online" ]; then if [ "$is_online" = "online" ]; then
echo "VM already online" echo "VM already online"
else 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..." echo "waiting 30 seconds for the VM to start up..."
sleep 30 sleep 30
fi fi