debug
All checks were successful
Build And Test / build (push) Successful in 40s

This commit is contained in:
Tobias Müller 2025-01-19 01:12:33 +01:00
parent 004f9b69d7
commit fa3f93b1eb

View File

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