From 4aaf68c1012c06e98b7e834980d09d00ca77ea47 Mon Sep 17 00:00:00 2001 From: librelad Date: Thu, 20 Aug 2026 22:15:20 +0100 Subject: [PATCH] fix(source): regenerate files_source.sh, which had gone stale files_validation.sh exists in the tree but was missing from the generated source-array, so eager loading never sourced it. Found while diffing the repo against the live install, where the array had been regenerated in place and carried the entry the committed one lacked. Regenerated with generate_arrays.sh rather than copied back from the install, so the committed array is what the generator actually produces. --- 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 b3149f8..57fba26 100755 --- a/scripts/source/files/arrays/files_source.sh +++ b/scripts/source/files/arrays/files_source.sh @@ -31,6 +31,7 @@ source_scripts=( "source/files/arrays/files_start.sh" "source/files/arrays/files_task.sh" "source/files/arrays/files_update.sh" + "source/files/arrays/files_validation.sh" "source/files/arrays/files_webui.sh" "source/files/arrays/function_manifest.sh" "source/files/generate_function_manifest.sh"