From 47953639cb4ecf208bea933bff3ed36213ee74f9 Mon Sep 17 00:00:00 2001 From: Chriz Date: Thu, 2 May 2024 19:52:14 +0200 Subject: [PATCH] Update pbs-zfs-daily.sh Bugfix damn sysop --- pbs-zfs-daily.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbs-zfs-daily.sh b/pbs-zfs-daily.sh index 10bfb16..7fb6ed7 100644 --- a/pbs-zfs-daily.sh +++ b/pbs-zfs-daily.sh @@ -59,7 +59,7 @@ fi ### one Day is 86400 Seconds, so we going Condition grey if no new Status File will be pushed -echo ssh root@$SOURCEHOST vzdump --node $SOURCEHOSTNAME --storage $BACKUPSTORE --exclude $BACKUPEXCLUDE --mode snapshot --all 1 --notes-template '{{guestname}}' +ssh root@$SOURCEHOST vzdump --node $SOURCEHOSTNAME --storage $BACKUPSTORE --exclude $BACKUPEXCLUDE --mode snapshot --all 1 --notes-template '{{guestname}}' if [ $? -eq 0 ]; then echo command returned 0 is good