From 43e4cf632ad70d66f4ee1994ae8254c323bf6a54 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Thu, 24 Aug 2023 12:57:35 -0400 Subject: [PATCH] use the correct var --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index 22a9e9238..14d6b2304 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -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 ]] && [ -z "$TESTING" ]; then +if [[ $not_supported ]] && [ -z "$test_profile" ]; then if [[ "$OSVER" == "focal" ]]; then if (whiptail_focal_warning); then true