Update airgap question to ask during minion installs too

This commit is contained in:
William Wernert
2021-04-09 10:00:50 -04:00
parent 9b5276f1ab
commit fc9df2bbae
2 changed files with 6 additions and 3 deletions

View File

@@ -264,7 +264,7 @@ elif [ "$install_type" = 'ANALYST' ]; then
fi
# Check if this is an airgap install
if [[ ( $is_manager || $is_import ) && $is_iso ]]; then
if [[ $is_iso || $is_minion ]]; then
whiptail_airgap
if [[ "$INTERWEBS" == 'AIRGAP' ]]; then
is_airgap=true