Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/4a3410f85a313885e7745f4b5fc5683741e5fb84 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed install update progress message

pull/2/head
Mark McDowall 12 years ago
parent f716a6d9fd
commit 4a3410f85a

@ -60,7 +60,7 @@ namespace NzbDrone.Core.Update
_diskProvider.DeleteFolder(updateSandboxFolder, true);
}
_logger.ProgressInfo("Downloading Updated {0} [{1}]", updatePackage.Version, updatePackage.Branch);
_logger.ProgressInfo("Downloading update {0} [{1}]", updatePackage.Version, updatePackage.Branch);
_logger.Debug("Downloading update package from [{0}] to [{1}]", updatePackage.Url, packageDestination);
_httpProvider.DownloadFile(updatePackage.Url, packageDestination);

Loading…
Cancel
Save