From 912d580c6c1c8607be6d79597066c55f37f4d261 Mon Sep 17 00:00:00 2001 From: Chriz Date: Thu, 28 Nov 2024 16:35:36 +0100 Subject: [PATCH] Update pbs-zfs-daily.sh no --- 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 1e6c027..b8a5d5c 100644 --- a/pbs-zfs-daily.sh +++ b/pbs-zfs-daily.sh @@ -80,7 +80,7 @@ fi if [[ "$BACKUPSERVER" == "no" ]]; then echo No Backup configured in this Run - [[ "$SHUTDOWN" == "yes" ]] && exit + [[ "$SHUTDOWN" == "no" ]] && exit fi PRUNEJOB=$(ssh $PBSHOST proxmox-backup-manager prune-job list --output-format json-pretty | grep -m 1 "id" | cut -d'"' -f4)