Setup Script - Fix for network interface

This commit is contained in:
Mike Reeves
2018-09-25 13:04:58 -04:00
parent fef1c3d5c0
commit 839db2cdeb

View File

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