From 34c155218c2f635704b73c85b91dfa127524b4ae Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 2 Feb 2019 23:52:47 +0100 Subject: [PATCH] wait for rollback if upgrade fail --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index e26b295..f8286de 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -74,6 +74,7 @@ fi ynh_backup_before_upgrade ynh_clean_setup () { # restore it if the upgrade fails + read -p "Press any key..." ynh_restore_upgradebackup ynh_clean_check_starting }