mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Update comma verbiage for HOME_NET in whiptail menu
This commit is contained in:
@@ -527,7 +527,7 @@ whiptail_homenet_manager() {
|
|||||||
[ -n "$TESTING" ] && return
|
[ -n "$TESTING" ] && return
|
||||||
|
|
||||||
HNMANAGER=$(whiptail --title "Security Onion Setup" --inputbox \
|
HNMANAGER=$(whiptail --title "Security Onion Setup" --inputbox \
|
||||||
"Enter your HOME_NET separated by ," 10 75 10.0.0.0/8,192.168.0.0/16,172.16.0.0/12 3>&1 1>&2 2>&3)
|
"Enter your HOME_NET, separating CIDR blocks with a comma (',')." 10 75 10.0.0.0/8,192.168.0.0/16,172.16.0.0/12 3>&1 1>&2 2>&3)
|
||||||
local exitstatus=$?
|
local exitstatus=$?
|
||||||
whiptail_check_exitstatus $exitstatus
|
whiptail_check_exitstatus $exitstatus
|
||||||
|
|
||||||
@@ -547,7 +547,7 @@ whiptail_homenet_sensor() {
|
|||||||
export HNSENSOR=inherit
|
export HNSENSOR=inherit
|
||||||
else
|
else
|
||||||
HNSENSOR=$(whiptail --title "Security Onion Setup" --inputbox \
|
HNSENSOR=$(whiptail --title "Security Onion Setup" --inputbox \
|
||||||
"Enter your HOME_NET separated by ," 10 75 10.0.0.0/8,192.168.0.0/16,172.16.0.0/12 3>&1 1>&2 2>&3)
|
"Enter your HOME_NET, separating CIDR blocks with a comma (',')." 10 75 10.0.0.0/8,192.168.0.0/16,172.16.0.0/12 3>&1 1>&2 2>&3)
|
||||||
local exitstatus=$?
|
local exitstatus=$?
|
||||||
whiptail_check_exitstatus $exitstatus
|
whiptail_check_exitstatus $exitstatus
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user