mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 11:10:09 +00:00
fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
38a293852a
commit
6e1886acd6
@ -84,8 +84,6 @@ if ! [ -z $BOOTSTRAP_CLEAN ] ; then
|
|||||||
@ cp "$INTERFACES"{.bak,}
|
@ cp "$INTERFACES"{.bak,}
|
||||||
@ ifreload -a
|
@ ifreload -a
|
||||||
fi
|
fi
|
||||||
[ -z $REBOOT ] \
|
|
||||||
|| reboot
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Bootstrap...
|
# Bootstrap...
|
||||||
@ -257,6 +255,12 @@ showNotes
|
|||||||
echo "# Done."
|
echo "# Done."
|
||||||
|
|
||||||
|
|
||||||
|
if ! [ -z $REBOOT ] ; then
|
||||||
|
echo "# Rebooting..."
|
||||||
|
@ reboot
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# vim:set ts=4 sw=4 :
|
# vim:set ts=4 sw=4 :
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user