Skip to content

Commit

Permalink
Docker
Browse files Browse the repository at this point in the history
Added support for new IGNORE environment variable
  • Loading branch information
Salvoxia committed Jul 30, 2024
1 parent 9602b6a commit 580c4f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/immich_auto_album.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ if [ "$INSECURE" = "true" ]; then
args="-k $args"
fi

if [ ! -z "$IGNORE" ]; then
args="-i \"$IGNORE\" $args"
fi


BASEDIR=$(dirname "$0")
echo $args | xargs python3 -u $BASEDIR/immich_auto_album.py

0 comments on commit 580c4f3

Please sign in to comment.