mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-14 06:11:32 +02:00
Improve formatting of NIDS selection screen
This commit is contained in:
+1
-2
@@ -621,8 +621,7 @@ whiptail_nids() {
|
|||||||
[ -n "$TESTING" ] && return
|
[ -n "$TESTING" ] && return
|
||||||
|
|
||||||
NIDS=$(whiptail --title "Security Onion Setup" --radiolist \
|
NIDS=$(whiptail --title "Security Onion Setup" --radiolist \
|
||||||
"Choose which IDS to run. \n
|
"Choose which IDS to run. \n\n(Snort 3.0 support will be added once it is out of beta)" 25 75 4 \
|
||||||
Snort 3.0 support will be added once it is out of beta:" 25 75 4 \
|
|
||||||
"Suricata" "Suricata" ON \
|
"Suricata" "Suricata" ON \
|
||||||
"Snort" "Placeholder for Snort 3.0 " OFF 3>&1 1>&2 2>&3 )
|
"Snort" "Placeholder for Snort 3.0 " OFF 3>&1 1>&2 2>&3 )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user