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
45ef8a2aa3
commit
baa581a911
1 changed files with 3 additions and 2 deletions
|
@ -135,8 +135,9 @@ ynh_script_progression --message="Installating composer and dependencies..."
|
||||||
ynh_install_composer --phpversion="$phpversion" --workdir="$final_path"
|
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
|
||||||
cd "$final_path"
|
pushd "$final_path"
|
||||||
ynh_exec_as $app ./console core:update
|
ynh_exec_as $app ./console core:update
|
||||||
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue