diff --git a/AutoTx-Updater/UpdaterConfig-Example.inc.ps1 b/AutoTx-Updater/UpdaterConfig-Example.inc.ps1 index 8f95c8872f1c4a72683594af24d0511845d4474d..21bea61d87beb50077d074a56fd42b0623022bd9 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"