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
No related branches found
No related tags found
No related merge requests found
......@@ -297,7 +297,7 @@ function Upload-LogFiles {
New-Item -Force -Type Directory $Dest
try {
Copy-Item -Force -ErrorAction Stop `
-Path "$($LogPath)\service.log" `
-Path "$($LogPath)\AutoTx.log" `
-Destination $Dest
Log-Debug "Uploaded logfile to [$($Dest)]."
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment