Skip to content

Commit

Permalink
Fix video files
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Aug 13, 2024
1 parent ade15d3 commit 0eba029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/init-video/run
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash

FILES=$(find /dev/dri /dev/dvb -type c -print 2>/dev/null)
FILES=$(find /dev/dri /dev/dvb /dev/vchiq /dev/video1? -type c -print 2>/dev/null)

for i in ${FILES}; do
VIDEO_GID=$(stat -c '%g' "${i}")
Expand Down

0 comments on commit 0eba029

Please sign in to comment.