9 lines
290 B
Plaintext
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
|
|
} |