mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2026-02-20 04:29:23 +08:00
need to not use file flag and just general exists
This commit is contained in:
parent
6d4ba8d69e
commit
635df2acc3
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user