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