diff --git a/scripts/upgrade b/scripts/upgrade index 3f7c7d7..3cd365d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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 #=================================================