mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Enable airgap
This commit is contained in:
@@ -193,16 +193,16 @@ if [[ "$setup_type" == 'iso' ]]; then
|
||||
is_iso=true
|
||||
fi
|
||||
|
||||
#Check if this is an airgap install
|
||||
# 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"
|
||||
|
||||
Reference in New Issue
Block a user