mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 03:00:09 +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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ cp /etc/network/interfaces{,.bak}
|
||||||
@ cp /etc/network/interfaces{,.new}
|
@ cp /etc/network/interfaces{,.new}
|
||||||
|
|
||||||
BRIDGES="$(\
|
BRIDGES="$(\
|
||||||
@ -96,6 +97,8 @@ if xreadYes "# Create bridges?" BRIDGES ; then
|
|||||||
# source command or at the end...
|
# source command or at the end...
|
||||||
# XXX
|
# XXX
|
||||||
echo "$BRIDGES" >> /etc/network/interfaces.new
|
echo "$BRIDGES" >> /etc/network/interfaces.new
|
||||||
|
else
|
||||||
|
echo "$BRIDGES"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if reviewApplyChanges /etc/network/interfaces ; then
|
if reviewApplyChanges /etc/network/interfaces ; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user