diff --git a/so-setup-network.sh b/so-setup-network.sh index 83744a9e3..7579ee70b 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -372,7 +372,7 @@ update_sudoers() { whiptail_bro_pins() { BROPINS=$(whiptail --noitem --title "Pin Bro CPUS" --checklist "Please Select $LBPROCS cores to pin Bro to:" 20 78 12 ${LISTCORES[@]} 3>&1 1>&2 2>&3 ) - echo $BROPINS + local exitstatus=$? whiptail_check_exitstatus $exitstatus @@ -568,7 +568,6 @@ whiptail_setup_complete() { whiptail_suricata_pins() { FILTEREDCORES=$(echo ${LISTCORES[@]} ${BROPINS[@]} | tr -d '"' | tr ' ' '\n' | sort | uniq -u) - echo $FILTEREDCORES SURITHREADS=$(whiptail --noitem --title "Pin Suricata CPUS" --checklist "Please Select $LBPROCS cores to pin Suricata to:" 20 78 12 ${FILTEREDCORES[@]} 3>&1 1>&2 2>&3 ) local exitstatus=$?