diff --git a/docker/src/helper_scripts/mount-backup b/docker/src/helper_scripts/mount-backup index b5470dc..ee6fd94 100644 --- a/docker/src/helper_scripts/mount-backup +++ b/docker/src/helper_scripts/mount-backup @@ -60,6 +60,8 @@ if [[ "$selection" -ge 1 && "$selection" -le "${#backups[@]}" ]]; then echo "DEBUG: $MOUNTCMD" MOUNTCMD+=" /restore" $(${MOUNTCMD}) + read -p "Enter command to test: " debugcmd + $(${debugcmd}) else echo "Ungültige Auswahl. Abbruch." exit 1