[fix] Menu sizing fixes

This commit is contained in:
William Wernert
2020-10-27 12:14:44 -04:00
parent 970be4d530
commit 72dc267ab5

View File

@@ -560,7 +560,7 @@ whiptail_install_type() {
# What kind of install are we doing?
install_type=$(whiptail --title "Security Onion Setup" --radiolist \
"Choose install type:" 10 65 5 \
"Choose install type:" 12 65 5 \
"EVAL" "Evaluation mode (not for production) " ON \
"STANDALONE" "Standalone production install " OFF \
"DISTRIBUTED" "Distributed install submenu " OFF \
@@ -612,9 +612,9 @@ whiptail_install_type_other() {
[ -n "$TESTING" ] && return
install_type=$(whiptail --title "Security Onion Setup" --radiolist \
"Choose distributed node type:" 13 60 2 \
"ANALYST" "Quit setup and run the installer for an analyst workstation" ON \
"HELIXSENSOR" "Create a Helix sensor" OFF \
"Choose distributed node type:" 9 65 2 \
"ANALYST" "Quit setup and run so-analyst-install " ON \
"HELIXSENSOR" "Create a Helix sensor " OFF \
3>&1 1>&2 2>&3
)