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-10 14:27:04 +02:00
parent 2e9207c9bf
commit 9deb617f13

View file

@ -116,6 +116,7 @@ then
ynh_setup_source --dest_dir="$final_path" --keep="var/invoices/ var/data/" #config/packages/local.yaml
ynh_secure_remove --file="$final_path/var/plugins/*"
ynh_secure_remove --file="$final_path/var/cache/prod/*"
fi
chmod 750 "$final_path"
@ -155,7 +156,6 @@ ynh_add_nginx_config
#=================================================
ynh_script_progression --message="Building Kimai2..." --weight=1
ynh_secure_remove --file="$final_path/var/cache/prod/*"
ynh_install_composer --phpversion="$YNH_PHP_VERSION" --workdir="$final_path" --install_args="--optimize-autoloader --no-scripts"
ynh_composer_exec --phpversion="$YNH_PHP_VERSION" --workdir="$final_path" --commands="require laminas/laminas-ldap"