mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Setup Script - Fix for network interface
This commit is contained in:
@@ -192,7 +192,7 @@ create_bond() {
|
||||
IFS=$'\n'
|
||||
for line in $MINT
|
||||
do
|
||||
echo $line > /etc/network/interfaces.d/$MNIC
|
||||
echo $line >> /etc/network/interfaces.d/$MNIC
|
||||
done
|
||||
|
||||
# Create entries for each interface that is part of the bond.
|
||||
|
||||
Reference in New Issue
Block a user