From b0cfa2cf7956827447685c2b044556c1ca8dc5c4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 6 Aug 2017 19:20:17 +0200 Subject: Add shutdown to bootstrap script Qemu's system_powerdown is proving to be useless. --- etc/bootstrap/bbot-bootstrap-macos.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'etc/bootstrap/bbot-bootstrap-macos.sh') diff --git a/etc/bootstrap/bbot-bootstrap-macos.sh b/etc/bootstrap/bbot-bootstrap-macos.sh index 8fee3b9..039e802 100755 --- a/etc/bootstrap/bbot-bootstrap-macos.sh +++ b/etc/bootstrap/bbot-bootstrap-macos.sh @@ -2,8 +2,5 @@ # open -a Terminal -n -F ~/bbot-bootstrap-macos.sh -if ~/bbot-bootstrap.sh --cxx clang++ --build /tmp \ - --environments "$HOME/environments"; then - sleep 2 - sudo shutdown -h now -fi +~/bbot-bootstrap.sh --cxx clang++ --build /tmp \ + --environments "$HOME/environments" -- cgit v1.1