Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/cc39d4ee23b7d49abd883256ff0ddc5dcefe9161/distribution/docker-build/debian-start.sh
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
echo "Debian Build Dev bootstrap..."
|
|
|
|
export TEST_OUTPUT=/data/output
|
|
|
|
mkdir ${TEST_OUTPUT}
|
|
|
|
mkdir /data/temp
|
|
|
|
cp -rf /data/build/debian.sh /data/temp
|
|
cp -rf /data/build/debian /data/temp
|
|
cp -rf /data/sonarr_bin /data/temp/sonarr_bin
|
|
|
|
cd /data/temp
|
|
|
|
ls -al .
|
|
|
|
fromdos debian.sh
|
|
sh debian.sh
|