From 925ded308f26240a2c7864d537769965fba129dd Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 4 Jun 2026 19:42:32 +0000 Subject: [PATCH] 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 --- services/gaming-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gaming-backup.sh b/services/gaming-backup.sh index ea7fb44..82e502b 100644 --- a/services/gaming-backup.sh +++ b/services/gaming-backup.sh @@ -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"