diff --git a/scripts/source/files/app_files.sh b/scripts/source/files/app_files.sh index 8173f4e..86fd3f6 100755 --- a/scripts/source/files/app_files.sh +++ b/scripts/source/files/app_files.sh @@ -25,5 +25,6 @@ files_libreportal_app=( "${start_scripts[@]}" "${task_scripts[@]}" "${update_scripts[@]}" + "${validation_scripts[@]}" "${webui_scripts[@]}" ) diff --git a/scripts/source/files/cli_files.sh b/scripts/source/files/cli_files.sh index e3824ba..e7a3993 100755 --- a/scripts/source/files/cli_files.sh +++ b/scripts/source/files/cli_files.sh @@ -25,5 +25,6 @@ files_libreportal_cli=( "${start_scripts[@]}" "${task_scripts[@]}" "${update_scripts[@]}" + "${validation_scripts[@]}" "${webui_scripts[@]}" )