mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Add working directory
This commit is contained in:
parent
a0c99153f9
commit
84f02cf3ab
1 changed files with 1 additions and 1 deletions
|
@ -539,9 +539,9 @@ if($Master -ne "not-specified") {$parameters = "$parameters /master=$Master"}
|
|||
#===============================================================================
|
||||
# Install minion silently
|
||||
#===============================================================================
|
||||
#Wait for process to exit before continuing.
|
||||
Write-Host "Installing Salt Minion: " -NoNewline
|
||||
$process = Start-Process $localFile `
|
||||
-WorkingDirectory $(Split-Path $test -Parent) `
|
||||
-ArgumentList "/S /start-service=0 $parameters" `
|
||||
-NoNewWindow -PassThru
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue