Skip to content

Commit

Permalink
Update 20-folders.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Sep 20, 2023
1 parent 0b70a69 commit b32db29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions immich/rootfs/etc/cont-init.d/20-folders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ ln -sf "$DATA_LOCATION" /photos
chown -R "$PUID":"$PGID" /photos

mkdir -p "$MACHINE_LEARNING_CACHE_FOLDER" "$TYPESENSE_DATA_DIR"
chown -R "$PUID":"$PGID" "$MACHINE_LEARNING_CACHE_FOLDER"
chown -R "$PUID":"$PGID" "$TYPESENSE_DATA_DIR"

0 comments on commit b32db29

Please sign in to comment.