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