More whiptail formatting

This commit is contained in:
William Wernert
2021-11-08 10:21:17 -05:00
parent dbe4a7de63
commit 8b2cccdf4a

View File

@@ -765,7 +765,7 @@ whiptail_install_type_dist() {
[ -n "$TESTING" ] && return [ -n "$TESTING" ] && return
dist_option=$(whiptail --title "$whiptail_title" --menu "Do you want to start a new deployment or join this box to an existing deployment?" 10 75 2 \ dist_option=$(whiptail --title "$whiptail_title" --menu "Do you want to start a new deployment or join this box to \nan existing deployment?" 10 75 2 \
"New Deployment " "Create a new Security Onion deployment" \ "New Deployment " "Create a new Security Onion deployment" \
"Existing Deployment " "Join to an exisiting Security Onion deployment " \ "Existing Deployment " "Join to an exisiting Security Onion deployment " \
3>&1 1>&2 2>&3 3>&1 1>&2 2>&3