mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2026-01-23 02:14:30 +00:00
need to not use file flag and just general exists
This commit is contained in:
parent
6d4ba8d69e
commit
635df2acc3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue