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