From cb40a76247141f45ccb2886e3637e2386a3a1b76 Mon Sep 17 00:00:00 2001 From: John Bernal <59663876+j-bernal@users.noreply.github.com> Date: Wed, 26 May 2021 09:55:14 -0400 Subject: [PATCH] Update so-whiptail Updated Zeek capitalization when prompting for the number of processes. --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index 5eca2d39a..b7fc50495 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -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