add Installation Cancel

This commit is contained in:
2024-06-04 09:46:52 +02:00
parent 8ca8c599b9
commit e47884dbaa

View File

@@ -150,7 +150,8 @@ PROGRAMS=$(whiptail --title "The Install selection" --checklist --separate-outpu
PROGRAMS_EXIT_STATUS=$? PROGRAMS_EXIT_STATUS=$?
if [ $PROGRAMS_EXIT_STATUS != 0 ]; then 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 exit 1
fi fi