Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/6ca88f98affb149fe9b6da9ab7ad9aa6ea3c6b7f?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix package.sh permissions for travis

Leonardo Galli 8 years ago
parent 631cf776f6
commit 6ca88f98af

@ -8,4 +8,5 @@ install:
- sudo apt-get install nodejs
- sudo apt-get install npm
after_success:
- chmod +x package.sh
- ./package.sh

Loading…
Cancel
Save