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:
parent
4e93b33c7d
commit
8c5e10c8c2
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue