diff --git a/setup/so-setup b/setup/so-setup index 30bc10479..8ff274bf5 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -193,16 +193,16 @@ if [[ "$setup_type" == 'iso' ]]; then is_iso=true fi -#Check if this is an airgap install +# Check if this is an airgap install -#if [[ $is_manager ]]; then -# if [[ $is_iso ]]; then -# whiptail_airgap -# if [[ "$INTERWEBS" == 'AIRGAP' ]]; then -# is_airgap=true -# fi -# fi -#fi +if [[ $is_manager ]]; then + if [[ $is_iso ]]; then + whiptail_airgap + if [[ "$INTERWEBS" == 'AIRGAP' ]]; then + is_airgap=true + fi + fi +fi if [[ $is_manager && $is_sensor ]]; then check_requirements "standalone"