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 18:19:43 +01:00
parent 45ef8a2aa3
commit baa581a911
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -135,8 +135,9 @@ 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
cd "$final_path"
ynh_exec_as $app ./console core:update
pushd "$final_path"
ynh_exec_as $app ./console core:update
popd
fi
#=================================================