Do not prompt about uppercased hostname during testing

This commit is contained in:
Jason Ertel
2021-07-29 10:45:35 -04:00
parent 281ba21298
commit 8ed264460f

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