mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
allow testing runs to proceed with unsupported os
This commit is contained in:
@@ -69,7 +69,7 @@ detect_os
|
||||
# Ubuntu/Debian whiptail pallete to make it look the same as CentOS and Rocky.
|
||||
set_palette >> $setup_log 2>&1
|
||||
|
||||
if [[ $not_supported ]]; then
|
||||
if [[ $not_supported ]] && [ -z "$TESTING" ]; then
|
||||
if [[ "$OSVER" == "focal" ]]; then
|
||||
if (whiptail_focal_warning); then
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user