mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-23 09:23:13 +01:00
Disable ipv6 earlier in setup
This commit is contained in:
@@ -423,9 +423,9 @@ if [[ "$setup_type" == 'iso' ]]; then
|
||||
set_management_interface
|
||||
fi
|
||||
|
||||
disable_ipv6
|
||||
disable_auto_start
|
||||
|
||||
|
||||
{
|
||||
set_hostname;
|
||||
set_version;
|
||||
@@ -462,7 +462,6 @@ fi
|
||||
# Set initial percentage to 0
|
||||
export percentage=0
|
||||
set_path
|
||||
disable_ipv6
|
||||
|
||||
if [[ $is_manager && $is_airgap ]]; then
|
||||
info "Creating airgap repo"
|
||||
|
||||
Reference in New Issue
Block a user