1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matomo_ynh.git synced 2024-09-03 19:45:56 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2020-12-22 11:33:18 +01:00
parent e1799e0d50
commit 885b4b1e41
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -143,10 +143,7 @@ ynh_script_progression --message="Installating composer and dependencies..."
ynh_install_composer --phpversion="$phpversion" --workdir="$final_path"
if [[ -f "$final_path/config/config.ini.php" ]]; then
pushd "$final_path"
chown -R $app:$app $final_path/tmp/*
ynh_exec_as $app ./console core:update
popd
php$phpversion $final_path/console core:update
fi
#=================================================