Files
invoiceninja5_ynh/scripts/config
T
2026-02-08 23:41:43 -06:00

9 lines
290 B
Plaintext

# we need to clear invoiceninja's cache after updating vars
# through the 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
}