cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-10-20 02:14:23 +03:00
parent 9d42b2dcc5
commit 38a293852a

View File

@ -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