mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
parent
17f07063cf
commit
f515eb0c67
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ port=$(ynh_app_setting_get --app=$app --key=port)
|
|||
turn_port=$(ynh_app_setting_get --app=$app --key=turn_port)
|
||||
architecture=$(ynh_detect_arch)
|
||||
|
||||
if ynh_compare_current_package_version --comparison le --version 0.3.5~ynh3
|
||||
then
|
||||
ynh_die --message="Please, you need to remove the app and reinstall it"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# CHECK VERSION
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue