Docker
Added support for new IGNORE environment variable
This commit is contained in:
parent
9602b6a7ea
commit
580c4f3c09
1 changed files with 4 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue