fix(webui): register webui_backup_schema.sh in the source arrays
New script files are sourced from the committed files_*.sh arrays (built by generate_arrays.sh), not a live tree scan — and quick deploys don't rerun generate_arrays. So the schema generator added last commit was never loaded live: webuiGenerateBackupSchema was undefined, breaking the webui_updater backup chain at that step (skipping the passwords regen after it) and leaving schema.json un-generated. Regenerate the arrays so the file is registered; deploy now sources it and 'webui generate all' rebuilds schema.json on its own. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
This commit is contained in:
parent
557e9319d6
commit
c14cc8f4f2
@ -16,6 +16,7 @@ webui_scripts=(
|
||||
"webui/data/generators/backup/webui_backup_engines.sh"
|
||||
"webui/data/generators/backup/webui_backup_locations.sh"
|
||||
"webui/data/generators/backup/webui_backup_passwords.sh"
|
||||
"webui/data/generators/backup/webui_backup_schema.sh"
|
||||
"webui/data/generators/backup/webui_backup_snapshots.sh"
|
||||
"webui/data/generators/backup/webui_task_create.sh"
|
||||
"webui/data/generators/categories/webui_create_all_categories.sh"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user