Update so-whiptail

Updated Zeek capitalization when prompting for the number of processes.
This commit is contained in:
John Bernal
2021-05-26 09:55:14 -04:00
committed by GitHub
parent c5d0286e24
commit cb40a76247

View File

@@ -64,7 +64,7 @@ whiptail_basic_zeek() {
[ -n "$TESTING" ] && return [ -n "$TESTING" ] && return
BASICZEEK=$(whiptail --title "Security Onion Setup" --inputbox \ 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=$? local exitstatus=$?
whiptail_check_exitstatus $exitstatus whiptail_check_exitstatus $exitstatus