diff --git a/MP-LAND/Controllers/HomeController.cs b/MP-LAND/Controllers/HomeController.cs index 4987477c..58a08f33 100644 --- a/MP-LAND/Controllers/HomeController.cs +++ b/MP-LAND/Controllers/HomeController.cs @@ -265,8 +265,9 @@ namespace MP.Controllers // scarico singolo target... string remoteUrl = updateUrlAuth(caller); string localPath = localDownloadPath(caller); + string localName = caller.Replace("MP-", ""); - updManAuth.downloadLatest(remoteUrl, localPath, caller); + updManAuth.downloadLatest(remoteUrl, localPath, localName); stopWatch.Stop(); // calcolo elapsed time come TimeSpan value. TimeSpan ts = stopWatch.Elapsed;