fix: install gaming-backup restore as restore_gaming.sh
Consistent with the service-name convention: backup_gaming.sh + restore_gaming.sh (source extras/restore_kopia.sh is installed under the gaming name) https://claude.ai/code/session_019XgsQ13XKm4Zj3cNsDNwHj
This commit is contained in:
@@ -282,7 +282,7 @@ CONFEOF
|
||||
|
||||
# ── Copy the interactive restore script ───────────────────────────────────
|
||||
local RESTORE_SRC="${HERE:-}/extras/restore_kopia.sh"
|
||||
local RESTORE_DEST="$BACKUP_DIR/restore_kopia.sh"
|
||||
local RESTORE_DEST="$BACKUP_DIR/restore_gaming.sh"
|
||||
if [ -f "$RESTORE_SRC" ]; then
|
||||
cp "$RESTORE_SRC" "$RESTORE_DEST"
|
||||
chmod +x "$RESTORE_DEST"
|
||||
|
||||
Reference in New Issue
Block a user