You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: root/etc/cont-init.d/50-gid-video
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ do
28
28
fi
29
29
# check if device has group rw
30
30
if [ $(stat -c '%A' "${i}" | cut -b 5,6) != "rw" ]; then
31
-
echo -e "**** The device ${i} does not have group read/write permissions, attempting to fix inside the container.If it doesn't work, you can run the following on your docker host: ****\nsudo chmod g+rw ${i}\n"
31
+
echo -e "**** The device ${i} does not have group read/write permissions, attempting to fix inside the container.****"
0 commit comments