Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-08-06 01:57:40 +03:00
parent 68bd2e6a76
commit bb1b2cba15

View File

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