mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Merge 2e2b89505b
into 2462b282f9
This commit is contained in:
commit
0d76c161ee
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ fi
|
||||||
# FLARUM UPGRADE
|
# FLARUM UPGRADE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
if [[ $old_flarum_version -ne $flarum_version ]]; then
|
if [[ $old_flarum_version = $flarum_version ]]; then
|
||||||
# Upgrade Flarum
|
# Upgrade Flarum
|
||||||
exec_composer $app $final_path "update --ansi"
|
exec_composer $app $final_path "update --ansi"
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
|
|
Loading…
Add table
Reference in a new issue