miyagi-backup.sh aktualisiert

This commit is contained in:
2025-08-02 01:09:12 +02:00
parent dcae51da9f
commit beb53968a4
+2 -2
View File
@@ -420,9 +420,9 @@ write_pbs_status() {
shutdown_now() {
if [[ "${SHUTDOWN,,}" == "yes" ]]; then
if zfs_replace_in_progress; then
if zfs_replace; then
log "ZFS Replace-Vorgang erkannt warte bis zum Abschluss..."
if ! wait_for_replace_completion; then
if ! wait_replace; then
log "Shutdown abgebrochen Replace ist nach max. Wartezeit noch nicht abgeschlossen."
return
fi