mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Fix upgrade test syntax
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
parent
a57d3ff023
commit
148aad99e2
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ fi
|
|||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
#=================================================
|
||||
|
||||
if [ "$upgrade_type" == "UPGRADE_APP" ] && [ ynh_compare_current_package_version --comparison lt --version 1.0~ynh1 ]
|
||||
if [ "$upgrade_type" == "UPGRADE_APP" ] && ynh_compare_current_package_version --comparison lt --version 1.0~ynh1
|
||||
then
|
||||
ynh_script_progression --message="Upgrading source files..."
|
||||
|
||||
|
|
Loading…
Reference in a new issue