diff options
Diffstat (limited to 'usb/Argyll')
-rw-r--r-- | usb/Argyll | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ #!/bin/sh # Copy to /etc/hotplug/usb/Argyll # -# Argyll hotplug script. Adds the USB devices to the plugdev group. +# Argyll hotplug script. Adds the USB devices to the colord group. if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ] then - chgrp plugdev "${DEVICE}" + chgrp colord "${DEVICE}" chmod 660 "${DEVICE}" fi |