Fix minion airgap logic

This commit is contained in:
William Wernert
2021-04-19 14:04:01 -04:00
parent ba9a45bd0f
commit 7948906f51

View File

@@ -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