From 493c97a30b4e84b737f033cc1d8f09356e19c594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 30 May 2018 20:24:30 +0200 Subject: [PATCH] Fix some PR comments --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index e278dc9..7d44a23 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -47,10 +47,10 @@ cli_port=$(ynh_app_setting_get $app cli_port) # ENSURE DOWNWARD COMPATIBILITY #================================================= -# Following the discussion here https://github.com/YunoHost-Apps/synapse_ynh/pull/50 and https://github.com/YunoHost-Apps/synapse_ynh/pull/51 we decided to remove definitely the support of the old package migration. +# Following the discussion here https://github.com/YunoHost-Apps/synapse_ynh/pull/51 we decided to remove definitely the support of the old package migration. if [[ -z $synapse_old_version ]] then - ynh_die "Update from this synapse version is not available." + ynh_die "Update from this synapse version is not available. You need to remove this package and reinstall the new package version." fi #=================================================