Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/20f0a8a1c41212053f3cde2965754d3fdb26d46f/deployment/linux-x64/clean.sh
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#!/usr/bin/env bash
|
|
|
|
source ../common.build.sh
|
|
|
|
VERSION=`get_version ../..`
|
|
|
|
clean_jellyfin ../.. Release `pwd`/dist/jellyfin_${VERSION}
|