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