Skip to content

Commit

Permalink
Update IntelQSV.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
revenz committed May 2, 2024
1 parent 1040f69 commit ae1c42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerMods/IntelQSV.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#!/bin/bash

# Check if /dev/dri directory exists
if [ ! -d "/dev/dri" ]; then
if [ ! -d "/dev/dri" ] 2>/dev/null; then
echo "/dev/dri does not exist, skipping."
exit
fi
Expand Down

0 comments on commit ae1c42a

Please sign in to comment.