diff --git a/so-setup-network.sh b/so-setup-network.sh index 811a5c0ae..0f7299712 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -436,7 +436,7 @@ whiptail_management_nic() { whiptail_nids() { NIDS=$(whiptail --title "Security Onion Setup" --radiolist \ - "Choose which IDS to run:" 20 78 4 \ + "Choose which IDS to run:" 30 78 4 \ "Suricata" "Suricata 4.X" ON 3>&1 1>&2 2>&3 ) local exitstatus=$? @@ -550,8 +550,8 @@ whiptail_rule_setup() { whiptail_sensor_config() { - NSMSETUP=$(whiptail --noitem --title "Security Onion Setup" --radiolist \ - "What type of config would you like to use?:" 20 78 4 \ + NSMSETUP=$(whiptail --title "Security Onion Setup" --radiolist \ + "What type of configuration would you like to use?:" 40 78 4 \ "BASIC" "Install NSM components with recommended settings" ON \ "ADVANCED" "Configure each component individually" OFF 3>&1 1>&2 2>&3 )