mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
Setup Script - Fix for network interface
This commit is contained in:
@@ -181,9 +181,6 @@ create_bond() {
|
||||
echo "source /etc/network/interfaces.d/*" > /etc/network/interfaces
|
||||
echo "" >> /etc/network/interfaces
|
||||
|
||||
local LBACK=$(awk '/auto lo/,/^$/' /etc/network/interfaces)
|
||||
local MINT=$(awk "/auto $MNIC/,/^$/" /etc/network/interfaces)
|
||||
|
||||
# Let's set up the new interface file
|
||||
# Populate lo and create file for the management interface
|
||||
IFS=$'\n'
|
||||
|
||||
Reference in New Issue
Block a user