fix: use relative path in start.sh (#20434)

Dehardcode path to Immich in start.sh
This commit is contained in:
David Koňařík 2025-09-10 04:02:23 +02:00 committed by GitHub
parent b97d73d7a7
commit 4c918254b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ else
echo "skipping libmimalloc - path not found $lib_path"
fi
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/jellyfin-ffmpeg/lib"
SERVER_HOME=/usr/src/app/server
SERVER_HOME="$(readlink -f "$(dirname "$0")/..")"
read_file_and_export() {
fname="${!1}"