Bugfix: Don't break when fetching batch-insights (#340)

Spell batch-insights correctly when fetching file. The bug causes pools orchestrated by doAzureParallel to fail with error TS_STATUS_TVM_STARTUP_TASK_FAILED (and all jobs running in these pools to fail).
This commit is contained in:
Søren Vind 2019-02-06 22:38:08 +01:00 коммит произвёл Brian Hoang
Родитель 31eec56655
Коммит ec1a4df838
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,4 @@
#!/bin/bash
wget https://github.com/Azure/batch-insights/releases/download/go-beta.1/batch-insight
wget https://github.com/Azure/batch-insights/releases/download/go-beta.1/batch-insights
chmod +x batch-insights
./batch-insights > node-stats.log &