1
0
Fork 0
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:
Éric Gaspar 2023-09-09 17:59:00 +02:00
parent cf1b8675ea
commit 6b806f609b

View file

@ -114,6 +114,9 @@ then
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" --keep="config/packages/local.yaml var/invoices/ var/data/"
pushd "$final_path"
ynh_exec_as $app php$YNH_PHP_VERSION bin/console cache:clear --env=prod
popd
fi
chmod 750 "$final_path"