aboutsummaryrefslogtreecommitdiff
path: root/etc/bootstrap/bbot-bootstrap.sh
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-10-20 13:32:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-10-20 13:32:21 +0200
commitd46a447c2998723ed5c9c02c7aa9009a82de196c (patch)
tree918761ec96211033a47fe2f629817dd0b08be548 /etc/bootstrap/bbot-bootstrap.sh
parent1fcd5d1067254c40921df17b8de906c81934077a (diff)
Move shutdown to platform-specific scripts
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap.sh')
-rwxr-xr-xetc/bootstrap/bbot-bootstrap.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/bootstrap/bbot-bootstrap.sh b/etc/bootstrap/bbot-bootstrap.sh
index 5908fe1..df717e8 100755
--- a/etc/bootstrap/bbot-bootstrap.sh
+++ b/etc/bootstrap/bbot-bootstrap.sh
@@ -138,8 +138,3 @@ run rm -r "$config"
#
run bbot-worker --bootstrap >manifest
run curl -s -S --upload-file manifest "tftp://$tftp/manifest"
-
-# Wait a bit and shutdown.
-#
-sleep 2
-sudo shutdown -h now