diff options
Diffstat (limited to 'examples/scripts/upgrade_to_ps3.ps1')
-rw-r--r-- | examples/scripts/upgrade_to_ps3.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scripts/upgrade_to_ps3.ps1 b/examples/scripts/upgrade_to_ps3.ps1 index 6604cd30b3..693088b75f 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" -ArgumentList /quiet, /log "C:\powershell\install.log" +Start-Process -FilePath "$powershellpath\$filename" -ArgumentList /quiet |