Update pbs-zfs-daily.sh

no
This commit is contained in:
Chriz
2024-11-28 16:35:36 +01:00
committed by GitHub
parent 1b538541e8
commit 912d580c6c

View File

@@ -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)