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:10:47 +01:00
parent 2c72e95bb1
commit 6a183aaa64
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -144,6 +144,7 @@ ynh_install_composer --phpversion="$phpversion" --workdir="$final_path"
if [[ -f "$final_path/config/config.ini.php" ]]; then if [[ -f "$final_path/config/config.ini.php" ]]; then
pushd "$final_path" pushd "$final_path"
chown -R www-data:www-data $final_path/tmp
ynh_exec_as $app ./console core:update ynh_exec_as $app ./console core:update
popd popd
fi fi