Skip to content

Commit 561f735

Browse files
committed
update log message
1 parent a498a4c commit 561f735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/etc/cont-init.d/50-gid-video

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ do
2828
fi
2929
# check if device has group rw
3030
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. ****"
3232
chmod g+rw "${i}"
3333
fi
3434
fi

0 commit comments

Comments
 (0)