summaryrefslogtreecommitdiff
path: root/examples/scripts/upgrade_to_ps3.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scripts/upgrade_to_ps3.ps1')
-rw-r--r--examples/scripts/upgrade_to_ps3.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scripts/upgrade_to_ps3.ps1 b/examples/scripts/upgrade_to_ps3.ps1
index af341d8eef..1e1c1e3305 100644
--- a/examples/scripts/upgrade_to_ps3.ps1
+++ b/examples/scripts/upgrade_to_ps3.ps1
@@ -79,4 +79,4 @@ else
$FileName = $DownLoadUrl.Split('/')[-1]
download-file $downloadurl "$powershellpath\$filename"
-Start-Process -FilePath "$powershellpath\$filename /quiet" -WindowStyle Hidden
+Start-Process -FilePath $powershellpath\$filename -WindowStyle Hidden -Wait