mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Do not prompt about uppercased hostname during testing
This commit is contained in:
@@ -1851,6 +1851,9 @@ whiptail_suricata_pins() {
|
||||
|
||||
# shellcheck disable=2120
|
||||
whiptail_uppercase_warning() {
|
||||
|
||||
[ -n "$TESTING" ] && return
|
||||
|
||||
local type=$1
|
||||
|
||||
local msg
|
||||
|
||||
Reference in New Issue
Block a user