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.
This commit is contained in:
librelad 2026-08-20 22:15:20 +01:00
parent 597825e798
commit 4aaf68c101

View File

@ -31,6 +31,7 @@ source_scripts=(
"source/files/arrays/files_start.sh" "source/files/arrays/files_start.sh"
"source/files/arrays/files_task.sh" "source/files/arrays/files_task.sh"
"source/files/arrays/files_update.sh" "source/files/arrays/files_update.sh"
"source/files/arrays/files_validation.sh"
"source/files/arrays/files_webui.sh" "source/files/arrays/files_webui.sh"
"source/files/arrays/function_manifest.sh" "source/files/arrays/function_manifest.sh"
"source/files/generate_function_manifest.sh" "source/files/generate_function_manifest.sh"