Enable airgap

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

View File

@@ -195,14 +195,14 @@ fi
# Check if this is an airgap install # Check if this is an airgap install
#if [[ $is_manager ]]; then if [[ $is_manager ]]; then
# if [[ $is_iso ]]; then if [[ $is_iso ]]; then
# whiptail_airgap whiptail_airgap
# if [[ "$INTERWEBS" == 'AIRGAP' ]]; then if [[ "$INTERWEBS" == 'AIRGAP' ]]; then
# is_airgap=true is_airgap=true
# fi fi
# fi fi
#fi fi
if [[ $is_manager && $is_sensor ]]; then if [[ $is_manager && $is_sensor ]]; then
check_requirements "standalone" check_requirements "standalone"