mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
[fix] Show airgap option on import install
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user