mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue