1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Start-Process

Debugging
This commit is contained in:
Don Schenck 2014-06-19 13:21:02 -05:00 committed by Matt Martz
parent 61a06473ec
commit 9c4220832a

View file

@ -79,4 +79,4 @@ else
$FileName = $DownLoadUrl.Split('/')[-1]
download-file $downloadurl "$powershellpath\$filename"
Start-Process -FilePath "$powershellpath\$filename" -ArgumentList /quiet
Start-Process -FilePath "$powershellpath\$filename /quiet" -WindowStyle Hidden