From 2dc3b47e881f8fbdc4e095004a8ca781e60a442e Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Tue, 20 Feb 2018 17:51:24 +0100
Subject: [PATCH] Adapt updater configuration example for new config location.

Refers to #18
---
 Updater/UpdaterConfig-Example.inc.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Updater/UpdaterConfig-Example.inc.ps1 b/Updater/UpdaterConfig-Example.inc.ps1
index 9003870..0417c19 100644
--- a/Updater/UpdaterConfig-Example.inc.ps1
+++ b/Updater/UpdaterConfig-Example.inc.ps1
@@ -2,7 +2,7 @@
 
 $ServiceName = "AutoTx"
 $InstallationPath = "C:\Tools\$($ServiceName)"
-$ConfigPath = "$($InstallationPath)"
+$ConfigPath = "$($InstallationPath)\conf"
 $LogPath = "$($InstallationPath)"
 
 $UpdateSourcePath = "\\fileserver.mydomain.xy\share\_AUTOTX_"
-- 
GitLab