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

Fix osx updater failing.

Leonardo Galli 8 years ago
parent 3c8162f1d6
commit 6e31f7220c

@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
using NLog;
using NzbDrone.Common.Disk;
@ -119,7 +119,7 @@ namespace NzbDrone.Update.UpdateEngine
// Set executable flag on Sonarr app
if (OsInfo.IsOsx)
{
_diskProvider.SetPermissions(Path.Combine(installationFolder, "Sonarr"), "0755", null, null);
_diskProvider.SetPermissions(Path.Combine(installationFolder, "Radarr"), "0755", null, null);
}
}
catch (Exception e)

Loading…
Cancel
Save