diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-06 19:20:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-06 19:20:17 +0200 |
commit | b0cfa2cf7956827447685c2b044556c1ca8dc5c4 (patch) | |
tree | eb2fdb392ea407aa2bb94dd5779cb075331a9816 /etc/bootstrap/bbot-bootstrap-macos.sh | |
parent | fa6875384e70f2c9bf2e871991db22839cf6fbd5 (diff) |
Add shutdown to bootstrap script
Qemu's system_powerdown is proving to be useless.
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap-macos.sh')
-rwxr-xr-x | etc/bootstrap/bbot-bootstrap-macos.sh | 7 |
1 files changed, 2 insertions, 5 deletions
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" |