[fix] Show airgap option on import install

This commit is contained in:
William Wernert
2020-12-10 14:20:48 -05:00
parent 58bcc79c54
commit ab856532e6

View File

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