diff --git a/root/etc/cont-init.d/40-gid-video b/root/etc/cont-init.d/40-gid-video index e1644a0..547197b 100644 --- a/root/etc/cont-init.d/40-gid-video +++ b/root/etc/cont-init.d/40-gid-video @@ -1,7 +1,7 @@ #!/usr/bin/with-contenv bash FILES=$(find /dev/dri /dev/dvb -type c -print 2>/dev/null) -if [ -f "/dev/vchiq" ]; then +if [ -e "/dev/vchiq" ]; then FILES+=('/dev/vchiq') fi