diff options
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap-msvc-14.bat')
-rw-r--r-- | etc/bootstrap/bbot-bootstrap-msvc-14.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/bootstrap/bbot-bootstrap-msvc-14.bat b/etc/bootstrap/bbot-bootstrap-msvc-14.bat index ec63994..376fe69 100644 --- a/etc/bootstrap/bbot-bootstrap-msvc-14.bat +++ b/etc/bootstrap/bbot-bootstrap-msvc-14.bat @@ -158,6 +158,9 @@ bbot-worker --bootstrap >manifest curl -s -S --upload-file manifest "tftp://%tftp%/manifest" @if errorlevel 1 goto error +shutdown /s /t 10 +@if errorlevel 1 goto error + @echo off goto end |