From e183ff6feb2df3b7653f9ea25f056fb86ea1d256 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Sun, 13 Oct 2024 15:08:40 +0200 Subject: [PATCH] feat: log SOURCE_REF immediately in container startup (#13405) This change makes sure the ref should be in pretty much any log we might get sent, making it easier to catch people running the wrong version. --- server/start.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/start.sh b/server/start.sh index 5aa7ee01b207a..518d9229a874f 100755 --- a/server/start.sh +++ b/server/start.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +echo "Initializing Immich $IMMICH_SOURCE_REF" + lib_path="/usr/lib/$(arch)-linux-gnu/libmimalloc.so.2" export LD_PRELOAD="$lib_path"