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:
parent
e1799e0d50
commit
885b4b1e41
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue