diff --git a/jellyfin/rootfs/etc/cont-init.d/00-data_location.sh b/jellyfin/rootfs/etc/cont-init.d/00-data_location.sh index e5c3145ed..43abc43cb 100644 --- a/jellyfin/rootfs/etc/cont-init.d/00-data_location.sh +++ b/jellyfin/rootfs/etc/cont-init.d/00-data_location.sh @@ -11,5 +11,5 @@ sed -i "s|/config|$LOCATION|g" /etc/cont-init.d/30-config echo "Creating $LOCATION" mkdir -p "$LOCATION" -bashio::log.info "Setting ownership to $PUID:$GUID" -chown "$PUID":"$GUID" "$LOCATION" +bashio::log.info "Setting ownership to $PUID:$PGID" +chown "$PUID":"$PGID" "$LOCATION"