mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Improve grammer of so-allow input prompt
This commit is contained in:
@@ -1075,7 +1075,7 @@ whiptail_so_allow() {
|
|||||||
|
|
||||||
if [[ $exitstatus == 0 ]]; then
|
if [[ $exitstatus == 0 ]]; then
|
||||||
ALLOW_CIDR=$(whiptail --title "Security Onion Setup" \
|
ALLOW_CIDR=$(whiptail --title "Security Onion Setup" \
|
||||||
--inputbox "Enter a single ip address or range (in CIDR notation) to allow" \
|
--inputbox "Enter a single IP address, or an IP range, in CIDR notation, to allow:" \
|
||||||
10 75 3>&1 1>&2 2>&3)
|
10 75 3>&1 1>&2 2>&3)
|
||||||
local exitstatus=$?
|
local exitstatus=$?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user