Merge pull request #4300 from j-bernal/patch-1

Update so-whiptail
This commit is contained in:
Doug Burks
2021-05-27 07:58:16 -04:00
committed by GitHub

View File

@@ -64,7 +64,7 @@ whiptail_basic_zeek() {
[ -n "$TESTING" ] && return
BASICZEEK=$(whiptail --title "Security Onion Setup" --inputbox \
"Enter the number of zeek processes:" 10 75 "$1" 3>&1 1>&2 2>&3)
"Enter the number of Zeek processes:" 10 75 "$1" 3>&1 1>&2 2>&3)
local exitstatus=$?
whiptail_check_exitstatus $exitstatus