From c6e8bfb6ba50bbf7e6a4cc69496c9ba361644992 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 9 Feb 2022 20:21:24 +0100 Subject: [PATCH] Update 00-data_location.sh --- jellyfin/rootfs/etc/cont-init.d/00-data_location.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 43abc43cb..2c429928d 100644 --- a/jellyfin/rootfs/etc/cont-init.d/00-data_location.sh +++ b/jellyfin/rootfs/etc/cont-init.d/00-data_location.sh @@ -12,4 +12,4 @@ echo "Creating $LOCATION" mkdir -p "$LOCATION" bashio::log.info "Setting ownership to $PUID:$PGID" -chown "$PUID":"$PGID" "$LOCATION" +chown "abc":"abc" "$LOCATION"