From d1d09d4aab198b3781e62a0906d2bcfd3eb19969 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Thu, 3 Jun 2021 14:20:52 -0400 Subject: [PATCH] Remove useless variable assignment --- setup/so-functions | 2 -- 1 file changed, 2 deletions(-) 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