1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2021-09-09 14:41:38 +02:00
parent 17f07063cf
commit 7aa5677f48
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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 need to remove the app and reinstall it"
fi
#=================================================
# CHECK VERSION
#=================================================