From bb1b2cba154092bd6b0588b0a5aef1b1e032f394 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 6 Aug 2024 01:57:40 +0300 Subject: [PATCH] fix... Signed-off-by: Alex A. Naanou --- host/make.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/host/make.sh b/host/make.sh index 21bd6f3..f55844f 100755 --- a/host/make.sh +++ b/host/make.sh @@ -82,6 +82,7 @@ if xreadYes "# Create bridges?" BRIDGES ; then exit 1 fi + @ cp /etc/network/interfaces{,.bak} @ cp /etc/network/interfaces{,.new} BRIDGES="$(\ @@ -96,6 +97,8 @@ if xreadYes "# Create bridges?" BRIDGES ; then # source command or at the end... # XXX echo "$BRIDGES" >> /etc/network/interfaces.new + else + echo "$BRIDGES" fi if reviewApplyChanges /etc/network/interfaces ; then