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

fixed runner path for Linux

pull/4/head
kay.one 12 years ago
parent ddff598ba4
commit 836a79a9cc

@ -33,7 +33,7 @@ namespace NzbDrone.Integration.Test
}
else
{
Start("bin\\NzbDrone.Console.exe");
Start(Path.Combine("bin","NzbDrone.Console.exe"));
}
while (true)

Loading…
Cancel
Save