From ab856532e641aafabc6cad82a7af6ed089db4e8b Mon Sep 17 00:00:00 2001 From: William Wernert Date: Thu, 10 Dec 2020 14:20:48 -0500 Subject: [PATCH] [fix] Show airgap option on import install --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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