diff --git a/setup/so-functions b/setup/so-functions index 19e0c804f..2a9554033 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -897,8 +897,6 @@ compare_main_nic_ip() { This is not a supported configuration, please remediate and rerun setup. EOM - [[ "$WHATWOULDYOUSAYYAHDOHERE" == "setup" ]] || local whiptail_title="so-monitor-add" - [[ -n $TESTING ]] || whiptail --title "$whiptail_title" --msgbox "$message" 10 75 kill -SIGINT "$(ps --pid $$ -oppid=)"; exit 1 fi