From 6fa397587f6edd2ac311e9961ea4ff2705b00d60 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sat, 16 Feb 2019 00:44:14 +0100 Subject: [PATCH] Give up upgrade from very old version --- scripts/upgrade | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 5f70cba..91fd49f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -23,15 +23,6 @@ with_mysql=$(ynh_app_setting_get $app with_mysql) password=$(ynh_app_setting_get $app password) user=$(ynh_app_setting_get $app user) -#================================================= -# CHECK IF THE UPGRADE CAN BE AUTOMATED -#================================================= - -([[ -n "$with_mysql" ]] && [[ -n "$password" ]] && [[ -n "$user" ]]) \ - || ynh_die "The app changed and can not be automatically upgraded. \ -You will have to manually upgrade it following these instructions: \ -https://github.com/YunoHost-Apps/my_webapp_ynh#upgrade" - #================================================= # ENSURE DOWNWARD COMPATIBILITY #=================================================