Setup Script - Fix for network interface

This commit is contained in:
Mike Reeves
2018-09-25 13:15:07 -04:00
parent 839db2cdeb
commit 27fce4973c

View File

@@ -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.