diff --git a/Updater/Update-Service.ps1 b/Updater/Update-Service.ps1 index 5f38696490d39f5bbbf5eacf9f6b0f6fcadbf6af..a29605ce9b989c58b0b6a32055060ff9a4fa8ef6 100644 --- a/Updater/Update-Service.ps1 +++ b/Updater/Update-Service.ps1 @@ -411,7 +411,7 @@ function Upload-LogFiles { function Get-HostDescription() { $Desc = $env:COMPUTERNAME - $ConfigXml = "$($InstallationPath)\configuration.xml" + $ConfigXml = "$($ConfigPath)\$($Desc).xml" try { [xml]$XML = Get-Content $ConfigXml -ErrorAction Stop # careful, we need a string comparison here: