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

Give systemd a bit more time to restart sonarr after update

(cherry picked from commit 5fced70948c1e8d3d5e3c4747516507f87506697)
pull/647/head
Taloth Saldono 4 years ago committed by Qstick
parent c9b43e1a05
commit cc9886379e

@ -143,7 +143,7 @@ namespace NzbDrone.Update.UpdateEngine
_terminateNzbDrone.Terminate(processId);
_logger.Info("Waiting for external auto-restart.");
for (int i = 0; i < 5; i++)
for (int i = 0; i < 10; i++)
{
System.Threading.Thread.Sleep(1000);

Loading…
Cancel
Save