diff --git a/setup/so-whiptail b/setup/so-whiptail index 92c130f3d..264390d30 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -471,7 +471,7 @@ whiptail_install_type() { # What kind of install are we doing? install_type=$(whiptail --title "Security Onion Setup" --radiolist \ - "Choose install type:" 12 65 3 \ + "Choose install type:" 10 65 4 \ "EVAL" "Evaluation mode (not for production) " ON \ "STANDALONE" "Standalone production install " OFF \ "DISTRIBUTED" "Distributed install submenu " OFF \