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