Improve formatting of NIDS selection screen

This commit is contained in:
Doug Burks
2020-09-09 12:55:14 -04:00
committed by GitHub
parent fc4ad1d556
commit 90ba1be978

View File

@@ -621,8 +621,7 @@ whiptail_nids() {
[ -n "$TESTING" ] && return
NIDS=$(whiptail --title "Security Onion Setup" --radiolist \
"Choose which IDS to run. \n
Snort 3.0 support will be added once it is out of beta:" 25 75 4 \
"Choose which IDS to run. \n\n(Snort 3.0 support will be added once it is out of beta)" 25 75 4 \
"Suricata" "Suricata" ON \
"Snort" "Placeholder for Snort 3.0 " OFF 3>&1 1>&2 2>&3 )