From e47884dbaae28e601eee448250cc9f332637a93a Mon Sep 17 00:00:00 2001 From: mara Date: Tue, 4 Jun 2024 09:46:52 +0200 Subject: [PATCH] add Installation Cancel --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 984de75..8b951b8 100644 --- a/install.sh +++ b/install.sh @@ -150,7 +150,8 @@ PROGRAMS=$(whiptail --title "The Install selection" --checklist --separate-outpu PROGRAMS_EXIT_STATUS=$? if [ $PROGRAMS_EXIT_STATUS != 0 ]; then - echo -e "${RED} Cancel - You have now stopped the installation. ${NC}" + clear + echo -e "${RED} Installation Cancel - You have now stopped the installation. ${NC}" exit 1 fi