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

delete target folder before update

pull/4/head
Keivan Beigi 12 years ago committed by kay.one
parent bceaee27a3
commit b6e4f5ed46

@ -64,6 +64,7 @@ namespace NzbDrone.Update.UpdateEngine
try
{
_diskProvider.DeleteFolder(installationFolder, true);
_diskProvider.CopyFolder(_appFolderInfo.GetUpdatePackageFolder(), installationFolder);
}
catch (Exception e)

Loading…
Cancel
Save