Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/blame/commit/339e220cac20202f769117a4cf52c09f63793b9d/ServiceHelpers/ServiceUninstall/Program.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
using System.Linq;
|
|
|
|
|
|
|
|
|
|
namespace ServiceUninstall
|
|
|
|
|
{
|
|
|
|
|
public static class Program
|
|
|
|
|
{
|
|
|
|
|
static void Main()
|
|
|
|
|
{
|
|
|
|
|
ServiceHelper.Run(@"/u");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|