blob: 9695ebcd8de4475177484d81f4d84a11984a974f (
plain) (
tree)
|
|
# 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
|