From c10ab712d5411d8566aba622cacc7a652e614837 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Wed, 19 Jan 2022 11:05:34 -0500 Subject: [PATCH] Fix height of node whiptail menu --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index e23abdbb1..71a0c6647 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -798,7 +798,7 @@ whiptail_install_type_dist_existing() { Note: Heavy nodes (HEAVYNODE) are NOT recommended for most users. EOM - install_type=$(whiptail --title "$whiptail_title" --radiolist "$node_msg" 18 58 5 \ + install_type=$(whiptail --title "$whiptail_title" --radiolist "$node_msg" 19 58 5 \ "SENSOR" "Create a forward only sensor " ON \ "SEARCHNODE" "Add a search node with parsing " OFF \ "FLEET" "Dedicated Fleet Osquery Node " OFF \