summaryrefslogtreecommitdiff
path: root/examples/scripts
diff options
context:
space:
mode:
authorDon Schenck <don.schenck@gmail.com>2014-06-19 10:13:57 -0500
committerMatt Martz <matt@sivel.net>2014-06-19 14:25:28 -0500
commit7631c005ca3121dedd82439bfc09ca919f2dfbcd (patch)
treeb24dd198fd6f99e1e578d9a3df7044b495faf007 /examples/scripts
parent243cd877ae9f46daeaaf62d95d096b45c91ba10f (diff)
downloadansible-7631c005ca3121dedd82439bfc09ca919f2dfbcd.tar.gz
Added logging to UpgradeToPS3.ps1
UpgradeToPS3.ps1 failed when tested with Ansible. Added logging output to file C:\powershell\install.log.
Diffstat (limited to 'examples/scripts')
-rw-r--r--examples/scripts/UpgradeToPS3.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scripts/UpgradeToPS3.ps1 b/examples/scripts/UpgradeToPS3.ps1
index f6a303c951..83cc222b6e 100644
--- a/examples/scripts/UpgradeToPS3.ps1
+++ b/examples/scripts/UpgradeToPS3.ps1
@@ -68,4 +68,4 @@ else
$FileName = $DownLoadUrl.Split('/')[-1]
download-file $downloadurl "$powershellpath\$filename"
-."$powershellpath\$filename" /quiet \ No newline at end of file
+."$powershellpath\$filename" /quiet /log "C:\powershell\install.log" \ No newline at end of file