Skip to content

Commit

Permalink
WIP for testing v2
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-platt committed Nov 15, 2023
1 parent 0e2a1bf commit 503f7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/configure_blaise_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ steps:
inputs:
targetType: 'inline'
script: |
$serviceName = ${{parameters.BlaiseServices5}}
$serviceName = ${{parameters.Blaise_Service}}
Write-Host "Service Name: "+ $serviceName
# Recovery options: restart service after 1st, 2nd, and 3rd failures
$command = "sc.exe failure $serviceName reset=0 actions=restart/1000"
Expand Down

0 comments on commit 503f7b2

Please sign in to comment.