mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
Update upgrade
This commit is contained in:
parent
6b806f609b
commit
81860ac588
1 changed files with 3 additions and 1 deletions
|
@ -116,7 +116,9 @@ then
|
||||||
ynh_setup_source --dest_dir="$final_path" --keep="config/packages/local.yaml var/invoices/ var/data/"
|
ynh_setup_source --dest_dir="$final_path" --keep="config/packages/local.yaml var/invoices/ var/data/"
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
ynh_exec_as $app php$YNH_PHP_VERSION bin/console cache:clear --env=prod
|
ynh_exec_as $app php$YNH_PHP_VERSION bin/console cache:clear --env=prod
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
#ynh_secure_remove --file="$final_path/var/cache/prod"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chmod 750 "$final_path"
|
chmod 750 "$final_path"
|
||||||
|
|
Loading…
Add table
Reference in a new issue