From d4509ff4d88c0360efc97da84fc6e7e4fcc89d62 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Mon, 15 Nov 2021 16:29:26 -0500 Subject: [PATCH] Fix whiptail description text --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index 1ed01f531..0cb69404f 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -796,7 +796,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" 17 57 4 \ + install_type=$(whiptail --title "$whiptail_title" --radiolist "$node_msg" 17 58 4 \ "SENSOR" "Create a forward only sensor " ON \ "SEARCHNODE" "Add a search node with parsing " OFF \ "FLEET" "Dedicated Fleet Osquery Node " OFF \