Skip to content

Commit

Permalink
Fixed format of command
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-platt committed Nov 15, 2023
1 parent 9f0e91c commit d21124e
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 @@ -22,6 +22,6 @@ steps:
script: |
$serviceName = $parameters.Blaise_Service
# Recovery options: restart service after 1st, 2nd, and 3rd failures
$command = "sc.exe failure $serviceName reset=0 actions= restart/1000"
$command = "sc.exe failure $serviceName reset=0 actions=restart/1000"
Invoke-Expression $command
enabled: true

0 comments on commit d21124e

Please sign in to comment.