From 3a4739d4a8e075fe1fdcbdb0adbb8131ec61abcc Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Tue, 12 Dec 2017 17:34:15 +0100
Subject: [PATCH] Update config file to recent changes.

Refers to #17
---
 AutoTx-Updater/UpdaterConfig-Example.inc.ps1 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/AutoTx-Updater/UpdaterConfig-Example.inc.ps1 b/AutoTx-Updater/UpdaterConfig-Example.inc.ps1
index 8f95c88..21bea61 100644
--- a/AutoTx-Updater/UpdaterConfig-Example.inc.ps1
+++ b/AutoTx-Updater/UpdaterConfig-Example.inc.ps1
@@ -1,9 +1,10 @@
 # settings for the AutoTx Service Updater
 
-$InstallationPath = "C:\Tools\AutoTx"
 $ServiceName = "AutoTx"
+$InstallationPath = "C:\Tools\$($ServiceName)"
+$LogPath = "$($InstallationPath)"
 
-$UpdateSourcePath = "\\fileserver.mydomain.xy\share\\_AUTOTX_"
+$UpdateSourcePath = "\\fileserver.mydomain.xy\share\_AUTOTX_"
 $Pattern = 'build_[0-9]{4}-[0-9]{2}-[0-9]{2}_'
 
 $EmailFrom = "admin@mydomain.xy"
-- 
GitLab