Enable airgap

This commit is contained in:
Mike Reeves
2020-09-01 11:09:33 -04:00
parent 67766745a4
commit 643dab12d0

View File

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