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