mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2025-10-28 03:27:40 +09:00
need to not use file flag and just general exists
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
FILES=$(find /dev/dri /dev/dvb -type c -print 2>/dev/null)
|
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')
|
FILES+=('/dev/vchiq')
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user