Merge pull request #4987 from Security-Onion-Solutions/kilo

Do not prompt about uppercased hostname during testing
This commit is contained in:
Mike Reeves
2021-07-29 10:57:56 -04:00
committed by GitHub

View File

@@ -1851,6 +1851,9 @@ whiptail_suricata_pins() {
# shellcheck disable=2120 # shellcheck disable=2120
whiptail_uppercase_warning() { whiptail_uppercase_warning() {
[ -n "$TESTING" ] && return
local type=$1 local type=$1
local msg local msg