1
0
Fork 0
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:
frju365 2018-09-03 19:11:22 +02:00 committed by GitHub
parent 396491a65f
commit 2462b282f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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