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

Fixed: Manually triggering Check Health will now also run health checks that normally only run on startup.

pull/180/head
Taloth Saldono 10 years ago
parent 6e179839d9
commit a058333f65

@ -94,7 +94,7 @@ namespace NzbDrone.Core.HealthCheck
public void Execute(CheckHealthCommand message)
{
PerformHealthCheck(c => c.CheckOnSchedule);
PerformHealthCheck(c => message.Manual || c.CheckOnSchedule);
}
}
}

Loading…
Cancel
Save