diff --git a/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh b/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh index 08036babc..421131e56 100755 --- a/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh +++ b/jellyfin/rootfs/etc/cont-init.d/90-data_location.sh @@ -31,6 +31,7 @@ if [ -d "$LOCATION"/data/transcodes ]; then rm -r "$LOCATION"/data/transcodes fi ln -s /data/transcodes "$LOCATION"/data/transcodes +chown -R "$PUID":"$PGID" /data/transcodes # Permissions bashio::log.info "Setting ownership to $PUID:$PGID"