borg-pull-backup.sh aktualisiert

This commit is contained in:
2026-05-31 14:45:21 +00:00
parent df727d5c69
commit 9319b1c7d8
+1 -1
View File
@@ -167,7 +167,7 @@ case $BORG_EXIT in
esac esac
# --- 6. Unmounten --- # --- 6. Unmounten ---
trap - EXIT ERR #trap - EXIT ERR
log "Unmounte ${MOUNT_POINT}..." log "Unmounte ${MOUNT_POINT}..."
fusermount -u "$MOUNT_POINT" fusermount -u "$MOUNT_POINT"
log "Unmount erfolgreich." log "Unmount erfolgreich."