mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 18:50:08 +00:00
fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
68bd2e6a76
commit
bb1b2cba15
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user