mirror of
https://github.com/edv-pi/pbs-client-docker.git
synced 2025-04-20 07:52:56 +02:00
This commit is contained in:
parent
004f9b69d7
commit
fa3f93b1eb
@ -60,6 +60,8 @@ if [[ "$selection" -ge 1 && "$selection" -le "${#backups[@]}" ]]; then
|
|||||||
echo "DEBUG: $MOUNTCMD"
|
echo "DEBUG: $MOUNTCMD"
|
||||||
MOUNTCMD+=" /restore"
|
MOUNTCMD+=" /restore"
|
||||||
$(${MOUNTCMD})
|
$(${MOUNTCMD})
|
||||||
|
read -p "Enter command to test: " debugcmd
|
||||||
|
$(${debugcmd})
|
||||||
else
|
else
|
||||||
echo "Ungültige Auswahl. Abbruch."
|
echo "Ungültige Auswahl. Abbruch."
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user