From 6712670afc8161e1c87447525aa64d0a5bac9410 Mon Sep 17 00:00:00 2001 From: mara Date: Tue, 4 Jun 2024 09:51:04 +0200 Subject: [PATCH] update --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8b951b8..89a8834 100644 --- a/install.sh +++ b/install.sh @@ -148,9 +148,9 @@ PROGRAMS=$(whiptail --title "The Install selection" --checklist --separate-outpu # See the actual installation below - Install selection choose what to install End PROGRAMS_EXIT_STATUS=$? +clear if [ $PROGRAMS_EXIT_STATUS != 0 ]; then - clear echo -e "${RED} Installation Cancel - You have now stopped the installation. ${NC}" exit 1 fi