From 3d580e129d1d1a722cbdabf6df6af3530544a88a Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Thu, 12 Mar 2026 13:10:24 -0500 Subject: [PATCH] Add missing ynh_app_config_run $1 --- scripts/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/config b/scripts/config index ebec969..f172286 100644 --- a/scripts/config +++ b/scripts/config @@ -1,9 +1,10 @@ -# we need to clear invoiceninja's cache after updating vars -# through the config-panel. +# Cache needs to be cleared after updating vars through config panel ynh_app_config_apply() { _ynh_app_config_apply pushd "$install_dir" # Optimize the framework for better performance php$phpversion artisan optimize --no-interaction --verbose popd -} \ No newline at end of file +} + +ynh_app_config_run $1