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

Adapt updater configuration example for new config location.

Refers to #18
parent b6b1d5cd
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
$ServiceName = "AutoTx" $ServiceName = "AutoTx"
$InstallationPath = "C:\Tools\$($ServiceName)" $InstallationPath = "C:\Tools\$($ServiceName)"
$ConfigPath = "$($InstallationPath)" $ConfigPath = "$($InstallationPath)\conf"
$LogPath = "$($InstallationPath)" $LogPath = "$($InstallationPath)"
$UpdateSourcePath = "\\fileserver.mydomain.xy\share\_AUTOTX_" $UpdateSourcePath = "\\fileserver.mydomain.xy\share\_AUTOTX_"
......
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