Merge pull request #6270 from Security-Onion-Solutions/fix/whiptail-text

Fix text cutoff
This commit is contained in:
Mike Reeves
2021-11-17 19:18:46 -05:00
committed by GitHub

View File

@@ -796,7 +796,7 @@ whiptail_install_type_dist_existing() {
Note: Heavy nodes (HEAVYNODE) are NOT recommended for most users. Note: Heavy nodes (HEAVYNODE) are NOT recommended for most users.
EOM EOM
install_type=$(whiptail --title "$whiptail_title" --radiolist "$node_msg" 17 58 4 \ install_type=$(whiptail --title "$whiptail_title" --radiolist "$node_msg" 18 58 4 \
"SENSOR" "Create a forward only sensor " ON \ "SENSOR" "Create a forward only sensor " ON \
"SEARCHNODE" "Add a search node with parsing " OFF \ "SEARCHNODE" "Add a search node with parsing " OFF \
"FLEET" "Dedicated Fleet Osquery Node " OFF \ "FLEET" "Dedicated Fleet Osquery Node " OFF \