Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-10-20 02:16:27 +03:00
parent 38a293852a
commit 6e1886acd6

View File

@ -84,8 +84,6 @@ if ! [ -z $BOOTSTRAP_CLEAN ] ; then
@ cp "$INTERFACES"{.bak,}
@ ifreload -a
fi
[ -z $REBOOT ] \
|| reboot
fi
# Bootstrap...
@ -257,6 +255,12 @@ showNotes
echo "# Done."
if ! [ -z $REBOOT ] ; then
echo "# Rebooting..."
@ reboot
fi
#----------------------------------------------------------------------
# vim:set ts=4 sw=4 :