diff --git a/setup/so-setup b/setup/so-setup index 292cbf6f4..e175a834d 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -211,7 +211,7 @@ if [[ "$setup_type" == 'iso' ]]; then fi # Check if this is an airgap install -if [[ $is_manager && $is_iso ]]; then +if [[ ( $is_manager || $is_import ) && $is_iso ]]; then whiptail_airgap if [[ "$INTERWEBS" == 'AIRGAP' ]]; then is_airgap=true