From 0d5e49c52bdfd45dba148b6cb2d1789b233503d4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 9 Feb 2022 20:14:07 +0100 Subject: [PATCH] Update 00-data_location.sh --- jellyfin/rootfs/etc/cont-init.d/00-data_location.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"