Skip to content

Commit

Permalink
Docker
Browse files Browse the repository at this point in the history
Readded unattended arg
  • Loading branch information
Salvoxia committed Apr 9, 2024
1 parent 94ea9c3 commit 5133f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/immich_auto_album.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ for path in ${root_paths}; do
fi
done

args="$main_root_path $API_URL $API_KEY"
args="-u $main_root_path $API_URL $API_KEY"

if [ ! -z "$additional_root_paths" ]; then
args="$additional_root_paths $args"
Expand Down

0 comments on commit 5133f04

Please sign in to comment.