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

Fix upgrade

This commit is contained in:
oufmilo 2023-07-21 21:52:23 +02:00
parent 83bfcf99a1
commit 955643fc7f

View file

@ -19,11 +19,6 @@ upgrade_type=$(ynh_check_app_version_changed)
# ENSURE DOWNWARD COMPATIBILITY
#=================================================
if ynh_compare_current_package_version --comparison lt --version 13.0.5~ynh1
then
ynh_die --message="Sorry, this version is not upgradable to the latest version :("
fi
#=================================================
# STOP SYSTEMD SERVICE
#=================================================