From 6e1886acd62163a57a9b7f8e35aee88399f9f7c7 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 20 Oct 2024 02:16:27 +0300 Subject: [PATCH] fix... Signed-off-by: Alex A. Naanou --- host/make.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/host/make.sh b/host/make.sh index 7801f6c..e16c240 100755 --- a/host/make.sh +++ b/host/make.sh @@ -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 :