From d5ccc4493df1e81d0dc597c4c9d74ba6e70eb6bf Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Mon, 29 Mar 2021 18:14:45 +0200 Subject: [PATCH] more explanation in the message --- scripts/upgrade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 55fe4e4..e12d8ab 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -26,7 +26,8 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= if ynh_compare_current_package_version --comparison lt --version 0.9.8.1~ynh1; then ynh_print_info --message="Sorry your version is outdated and need first an update to version O.9.8.1 with the branch 0.9.8, proceed like that: - 'sudo yunohost app upgrade garradin -u https://github.com/YunoHost-Apps/garradin_ynh/tree/0.9.8 --debug'" + 'sudo yunohost app upgrade garradin -u https://github.com/YunoHost-Apps/garradin_ynh/tree/0.9.8 --debug' + and please first connect to your garradin admin page before updating to version 1.0.*" ynh_die "Sorry your version is outdated and need first an update to version O.9.8.1" else upgrade_type=$(ynh_check_app_version_changed)