mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Code style fix
It somehow helps to not mix different flag styles in one command.
This commit is contained in:
parent
56789c52dc
commit
2db41fd824
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ If($runservice) {
|
|||
}
|
||||
Else {
|
||||
Write-Output -NoNewline "Stopping salt minion and setting it to 'Manual'"
|
||||
Set-Service "salt-minion" -startupType "Manual"
|
||||
Set-Service "salt-minion" -StartupType "Manual"
|
||||
Stop-Service "salt-minion"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue