mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 10:42:54 +01:00
Update airgap question to ask during minion installs too
This commit is contained in:
@@ -264,7 +264,7 @@ elif [ "$install_type" = 'ANALYST' ]; then
|
||||
fi
|
||||
|
||||
# Check if this is an airgap install
|
||||
if [[ ( $is_manager || $is_import ) && $is_iso ]]; then
|
||||
if [[ $is_iso || $is_minion ]]; then
|
||||
whiptail_airgap
|
||||
if [[ "$INTERWEBS" == 'AIRGAP' ]]; then
|
||||
is_airgap=true
|
||||
|
||||
Reference in New Issue
Block a user