Add missing ynh_app_config_run $1
This commit is contained in:
+4
-3
@@ -1,9 +1,10 @@
|
|||||||
# we need to clear invoiceninja's cache after updating vars
|
# Cache needs to be cleared after updating vars through config panel
|
||||||
# through the config-panel.
|
|
||||||
ynh_app_config_apply() {
|
ynh_app_config_apply() {
|
||||||
_ynh_app_config_apply
|
_ynh_app_config_apply
|
||||||
pushd "$install_dir"
|
pushd "$install_dir"
|
||||||
# Optimize the framework for better performance
|
# Optimize the framework for better performance
|
||||||
php$phpversion artisan optimize --no-interaction --verbose
|
php$phpversion artisan optimize --no-interaction --verbose
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ynh_app_config_run $1
|
||||||
|
|||||||
Reference in New Issue
Block a user