diff --git a/so-setup-network.sh b/so-setup-network.sh index 70d51353d..d4ca94e01 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -576,7 +576,6 @@ whiptail_setup_complete() { whiptail_suricata_pins() { FILTEREDCORES=$(echo ${LISTCORES[@]} ${BROPINS[@]} | tr -d '"' | tr ' ' '\n' | sort | uniq -u | awk '{print $1 " \"" "core" "\""}') - 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=$?