mirror of
https://github.com/immich-app/immich.git
synced 2025-09-29 15:31:13 -04:00
fix: use relative path in start.sh (#20434)
Dehardcode path to Immich in start.sh
This commit is contained in:
parent
b97d73d7a7
commit
4c918254b9
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user