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

Update Watch-Logfile for new log name.

Refers to #3
parent 56d26edb
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ if (Test-Path $LocalConfiguration) {
Exit
}
$LogFile = $ServiceDir + "\service.log"
$LogFile = $ServiceDir + "\AutoTx.log"
if (Test-Path $LogFile) {
Write-Host "Watching logfile '$LogFile':"
......
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