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-11 12:20:57 +01:00
parent 04df2b22dc
commit c68d1ef6fb
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -97,8 +97,8 @@ then
# Remove the tmp directory securely
ynh_secure_remove --file="$tmpdir"
pushd "$final_path/console"
ynh_exec_as $app core:update
pushd "$final_path"
ynh_exec_as $app ./console core:update
popd
fi