From 9104c1770e5a9b1c67bd366db89701d48c93959d Mon Sep 17 00:00:00 2001 From: librelad Date: Sat, 23 May 2026 20:31:52 +0100 Subject: [PATCH] chore: regen source arrays to include files_ssh.sh The SSH-access feature's files_ssh.sh array was never registered in files_source.sh, leaving it unsourced and blocking the deploy auto-merge. Co-Authored-By: Claude Opus 4.7 Signed-off-by: librelad --- scripts/source/files/arrays/files_source.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/source/files/arrays/files_source.sh b/scripts/source/files/arrays/files_source.sh index 1e2d5c4..279b95a 100755 --- a/scripts/source/files/arrays/files_source.sh +++ b/scripts/source/files/arrays/files_source.sh @@ -24,6 +24,7 @@ source_scripts=( "source/files/arrays/files_restore.sh" "source/files/arrays/files_setup.sh" "source/files/arrays/files_source.sh" + "source/files/arrays/files_ssh.sh" "source/files/arrays/files_start.sh" "source/files/arrays/files_update.sh" "source/files/arrays/files_webui.sh"