From 839db2cdebce7018198287c810da98a4c441bfca Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 25 Sep 2018 13:04:58 -0400 Subject: [PATCH] Setup Script - Fix for network interface --- so-setup-network.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index 0edd84443..26de783e7 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -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'