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
|
set_management_interface
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
disable_ipv6
|
||||||
disable_auto_start
|
disable_auto_start
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
set_hostname;
|
set_hostname;
|
||||||
set_version;
|
set_version;
|
||||||
@@ -462,7 +462,6 @@ fi
|
|||||||
# Set initial percentage to 0
|
# Set initial percentage to 0
|
||||||
export percentage=0
|
export percentage=0
|
||||||
set_path
|
set_path
|
||||||
disable_ipv6
|
|
||||||
|
|
||||||
if [[ $is_manager && $is_airgap ]]; then
|
if [[ $is_manager && $is_airgap ]]; then
|
||||||
info "Creating airgap repo"
|
info "Creating airgap repo"
|
||||||
|
|||||||
Reference in New Issue
Block a user