From ad71485361d13accc6fd70fc70756ed685a0e740 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Mon, 8 Nov 2021 10:21:55 -0500 Subject: [PATCH] Fix whiptail height --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index 2f3b54215..877daf966 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -765,7 +765,7 @@ whiptail_install_type_dist() { [ -n "$TESTING" ] && return - 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 \ + dist_option=$(whiptail --title "$whiptail_title" --menu "Do you want to start a new deployment or join this box to \nan existing deployment?" 11 75 2 \ "New Deployment " "Create a new Security Onion deployment" \ "Existing Deployment " "Join to an exisiting Security Onion deployment " \ 3>&1 1>&2 2>&3