Skip to content
Snippets Groups Projects
Commit ae94d5f6 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Fix location of log file in updater.

Refers to #3, #17
parent 14f74385
Branches
Tags
No related merge requests found
...@@ -297,7 +297,7 @@ function Upload-LogFiles { ...@@ -297,7 +297,7 @@ function Upload-LogFiles {
New-Item -Force -Type Directory $Dest New-Item -Force -Type Directory $Dest
try { try {
Copy-Item -Force -ErrorAction Stop ` Copy-Item -Force -ErrorAction Stop `
-Path "$($LogPath)\service.log" ` -Path "$($LogPath)\AutoTx.log" `
-Destination $Dest -Destination $Dest
Log-Debug "Uploaded logfile to [$($Dest)]." Log-Debug "Uploaded logfile to [$($Dest)]."
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment