mirror of
https://github.com/edv-pi/pbs-client-docker.git
synced 2025-04-20 05:52:55 +02:00
modified: docker/src/helper_scripts/mount-backup
All checks were successful
Build And Test / build (push) Successful in 38s
All checks were successful
Build And Test / build (push) Successful in 38s
This commit is contained in:
parent
2820fdcf44
commit
5ad9c1bfd9
@ -58,6 +58,8 @@ if [[ "$selection" -ge 1 && "$selection" -le "${#backups[@]}" ]]; then
|
||||
MOUNTCMD+=" $selected_file"
|
||||
echo "Ausgewählte Datei: $selected_file"
|
||||
echo "DEBUG: $MOUNTCMD"
|
||||
MOUNTCMD+=" /restore"
|
||||
$(MOUNTCMD)
|
||||
else
|
||||
echo "Ungültige Auswahl. Abbruch."
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user