1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kimai2_ynh.git synced 2024-09-03 19:26:26 +02:00

Update config

This commit is contained in:
ericgaspar 2022-03-13 14:35:11 +01:00
parent 4e93b33c7d
commit 8c5e10c8c2
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -92,4 +92,12 @@ ynh_app_config_apply() {
ynh_add_fpm_config --phpversion=$phpversion --usage=$fpm_usage --footprint=$fpm_footprint
}
#=================================================
# CLEARING CACHE
#=================================================
pushd "$final_path"
ynh_exec_as $app php$phpversion bin/console kimai:reload --env=prod -n
popd
ynh_app_config_run $1