From d46a447c2998723ed5c9c02c7aa9009a82de196c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Oct 2017 13:32:21 +0200 Subject: Move shutdown to platform-specific scripts --- etc/bootstrap/bbot-bootstrap-freebsd.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc/bootstrap/bbot-bootstrap-freebsd.sh') diff --git a/etc/bootstrap/bbot-bootstrap-freebsd.sh b/etc/bootstrap/bbot-bootstrap-freebsd.sh index 8a86696..497225e 100755 --- a/etc/bootstrap/bbot-bootstrap-freebsd.sh +++ b/etc/bootstrap/bbot-bootstrap-freebsd.sh @@ -15,3 +15,8 @@ fi --make gmake \ --make "-j$jobs" \ "$@" + +# Wait a bit and shutdown. +# +sleep 5 +sudo shutdown -h now -- cgit v1.1