diff options
Diffstat (limited to 'etc/bootstrap/bbot-bootstrap-msvc-15.bat')
-rw-r--r-- | etc/bootstrap/bbot-bootstrap-msvc-15.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bootstrap/bbot-bootstrap-msvc-15.bat b/etc/bootstrap/bbot-bootstrap-msvc-15.bat index ff23896..6e81052 100644 --- a/etc/bootstrap/bbot-bootstrap-msvc-15.bat +++ b/etc/bootstrap/bbot-bootstrap-msvc-15.bat @@ -158,7 +158,7 @@ bbot-worker --bootstrap >manifest curl -s -S --upload-file manifest "tftp://%tftp%/manifest" @if errorlevel 1 goto error -shutdown /s /t 10 +shutdown /s /t 5 @if errorlevel 1 goto error @echo off |