1
0
Fork 0
Added support for new IGNORE environment variable
This commit is contained in:
Salvoxia 2024-07-30 21:11:17 +02:00
parent 9602b6a7ea
commit 580c4f3c09

View file

@ -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