remove airgap install option until rc3

This commit is contained in:
Mike Reeves
2020-08-19 14:40:31 -04:00
committed by GitHub
parent d25afe4aa5
commit 4c246dc30d

View File

@@ -189,14 +189,14 @@ fi
#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"