Skip to content

Commit

Permalink
feat: log SOURCE_REF immediately in container startup (immich-app#13405)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bo0tzz authored and Yosi Taguri committed Oct 16, 2024
1 parent a3096bf commit 3615dcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/start.sh
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 3615dcf

Please sign in to comment.