mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 19:52:51 +01:00
Run check_network_manager_conf() later in setup
The directory was being overwritten when network-manager was installed later
This commit is contained in:
@@ -443,6 +443,8 @@ if [[ $is_helix ]]; then
|
||||
fi
|
||||
|
||||
if [[ $is_helix || $is_sensor ]]; then
|
||||
echo "Verifying all network devices are managed by Network Manager that should be" >> "$setup_log" 2>&1
|
||||
check_network_manager_conf
|
||||
set_network_dev_status_list
|
||||
whiptail_sensor_nics
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user