From aadf99898bfecfe616e7cb0e0c454d48354c86e4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 19 Nov 2021 22:54:10 +0100 Subject: [PATCH] Update 20-folders --- jellyfin_test/root/etc/cont-init.d/20-folders | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jellyfin_test/root/etc/cont-init.d/20-folders b/jellyfin_test/root/etc/cont-init.d/20-folders index 9015351ab..c13d1313b 100644 --- a/jellyfin_test/root/etc/cont-init.d/20-folders +++ b/jellyfin_test/root/etc/cont-init.d/20-folders @@ -1,5 +1,9 @@ #!/usr/bin/with-contenv bash +echo "chmod of devices" +chmod g+rw /dev/video10 /dev/video11 /dev/video12 /dev/video13 /dev/video14 /dev/video15 /dev/video16 + + if [ ! -d /jellyfin ]; then echo "Creating /jellyfin" mkdir -p /jellyfin