diff --git a/setup/so-whiptail b/setup/so-whiptail index cbfa5a886..95650415c 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -83,10 +83,8 @@ whiptail_bond_nics_mtu() { } whiptail_cancel() { - - [ -n "$TESTING" ] && exit 1 - - whiptail --title "$whiptail_title" --msgbox "Cancelling Setup." 8 75 + [ -z "$TESTING" ] && whiptail --title "$whiptail_title" --msgbox "Cancelling Setup." 8 75 + if [ -d "/root/installtmp" ]; then { echo "/root/installtmp exists";