fix piggyback_external in main
This commit is contained in:
2025-08-22 23:00:55 +02:00
parent e2f64a4491
commit 067fe8f1af
+7
View File
@@ -676,6 +676,13 @@ if [[ $# -eq 0 ]]; then
log "BACKUPSERVER ist nicht aktiviert (BACKUPSERVER=$BACKUPSERVER), überspringe Backup."
fi
run_remote_updates
if [[ "${EPIGGYBACK,,}" == "yes" ]]; then
send_piggyback_external
fi
if [[ "${ECHECKZFS,,}" == "yes" ]]; then
send_checkzfs_external
fi
shutdown_now
else
usage