Improve grammer of so-allow input prompt

This commit is contained in:
Jason Ertel
2020-07-14 19:42:50 -04:00
parent 549916306c
commit c0960e58e8

View File

@@ -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=$?