We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 844f07e + 0485d29 commit 871d48bCopy full SHA for 871d48b
bringOnline.ps1
@@ -20,7 +20,7 @@ while (!$broughtOnline -and $retryCount -gt 0) {
20
}
21
22
23
-Write-Output "Brought node online. Waiting for node being reacheable."
+Write-Output "Brought node online. Waiting for node being reachable."
24
25
$retryCount = 180
26
$okState = [Microsoft.ComputeCluster.CCPPSH.NodeHealthState]::OK
@@ -45,4 +45,4 @@ while ($broughtOnline -and !$nodeReachable -and $retryCount -gt 0) {
45
46
47
48
-schtasks /delete /tn mesoshpconline /f
+schtasks /delete /tn mesoshpconline /f
0 commit comments