From 38a293852a7df01a9763923c9fc43892884e06aa Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 20 Oct 2024 02:14:23 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- host/make.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/host/make.sh b/host/make.sh index 7271d85..7801f6c 100755 --- a/host/make.sh +++ b/host/make.sh @@ -70,6 +70,8 @@ if ! [ -z $BOOTSTRAP_CLEAN ] ; then DFL_DNS=SKIP DFL_FIREWALL=1 + REBOOT=1 + # done else exit @@ -82,8 +84,9 @@ if ! [ -z $BOOTSTRAP_CLEAN ] ; then @ cp "$INTERFACES"{.bak,} @ ifreload -a fi + [ -z $REBOOT ] \ + || reboot fi - #exit # Bootstrap... elif ! [ -z $BOOTSTRAP ] ; then