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:
ericgaspar 2022-03-12 17:56:29 +01:00
parent b1e460d824
commit 0e07ef5755
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -171,14 +171,10 @@ setfacl -R -m g:"www-data":rwX -m u:$app:rwX "$final_path/var/"
#=================================================
ynh_script_progression --message="Installing Kimai2..."
#update-alternatives --set php /usr/bin/php$phpversion
pushd "$final_path"
ynh_exec_as $app php$phpversion bin/console kimai:update -n
popd
#update-alternatives --set php /usr/bin/php${YNH_DEFAULT_PHP_VERSION}
#=================================================
# GENERIC FINALIZATION
#=================================================