mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Quote path to salt-bin
This commit is contained in:
parent
901708cf09
commit
d516d17840
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ if ( Test-Path -path "$root_dir\conf\minion" ) {
|
|||
# Start the minion
|
||||
if ( $Start ) {
|
||||
Write-Host "Starting minion process: " -NoNewline
|
||||
Start-Process -FilePath "$salt_bin" `
|
||||
Start-Process -FilePath "`"$salt_bin`"" `
|
||||
-ArgumentList "-c","`"$root_dir\conf`"" `
|
||||
-WindowStyle Hidden
|
||||
# Verify running minion
|
||||
|
|
Loading…
Add table
Reference in a new issue