mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
Actually check version
This commit is contained in:
parent
7d99542c26
commit
37e87f6e71
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ fi
|
|||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
#=================================================
|
||||
|
||||
if [ "$upgrade_type" == "UPGRADE_APP" ] || ynh_compare_current_package_version --comparison le --version "1.7.1~ynh2"
|
||||
if [ "$upgrade_type" == "UPGRADE_APP" ] || ynh_compare_current_package_version --comparison eq --version "1.7.1~ynh2"
|
||||
then
|
||||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue