blob: 9695ebcd8de4475177484d81f4d84a11984a974f (
about) (
plain) (
blame)
1
2
3
4
5
|
# Make sure that the usbmux user exists with the GID for plugdev access:
if ! grep -q "^usbmux:" etc/passwd ; then
echo "usbmux:x:52:83:User for usbmux daemon:/var/empty:/bin/false" >> etc/passwd
fi
|