Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/76608fc4409d410e582f5bcdfabb61d58343bf43/NzbDrone/ServiceUninstall.bat
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
@ECHO OFF
|
|
net stop nzbdrone
|
|
nzbdrone.exe /u
|
|
pause |