Skip to content

Commit 9fcd654

Browse files
committed
Fix: Passing --album-levels argument to support negative album level ranges for Docker
1 parent e290ef3 commit 9fcd654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/immich_auto_album.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ if [ ! -z "$additional_root_paths" ]; then
9090
fi
9191

9292
if [ ! -z "$ALBUM_LEVELS" ]; then
93-
args="--album-levels=$ALBUM_LEVELS $args"
93+
args="--album-levels=\"$ALBUM_LEVELS\" $args"
9494
fi
9595

9696
if [ ! -z "$ALBUM_SEPARATOR" ]; then

0 commit comments

Comments
 (0)