From 7948906f51486a04d693e0f726f1cb348b7decba Mon Sep 17 00:00:00 2001 From: William Wernert Date: Mon, 19 Apr 2021 14:04:01 -0400 Subject: [PATCH] Fix minion airgap logic --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index f75e195b8..4cb9c98a2 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -264,7 +264,7 @@ elif [ "$install_type" = 'ANALYST' ]; then fi # Check if this is an airgap install -if [[ $is_iso || $is_minion ]]; then +if [[ ( $is_manager || $is_import || $is_minion ) && $is_iso ]]; then whiptail_airgap if [[ "$INTERWEBS" == 'AIRGAP' ]]; then is_airgap=true