Remove useless variable assignment

This commit is contained in:
William Wernert
2021-06-03 14:20:52 -04:00
parent 3aff3ac7e4
commit d1d09d4aab

View File

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