mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
deployment: small fix to osquery utils Start-Process cmdlet (#3687)
This commit is contained in:
parent
1cfe9bb528
commit
e252645d16
@ -121,6 +121,7 @@ function Start-OsqueryProcess {
|
||||
-FilePath $binaryPath `
|
||||
-ArgumentList $buildArgs `
|
||||
-NoNewWindow `
|
||||
-Wait | Wait-Process
|
||||
-PassThru
|
||||
$out.WaitForExit()
|
||||
return $out
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user