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 Oct 13, 2024
1 parent 20b4d28 commit e183ff6
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 e183ff6

Please sign in to comment.