Corrected udev rule name

The udev rule must be 99-usbusers.rules instead of 99-usbusers.rule because otherwise it would not work
This commit is contained in:
asantos82 2016-06-16 01:26:17 +01:00 committed by GitHub
parent 9bad75d958
commit a5bdf46c1a

View File

@ -260,7 +260,7 @@ Then we add the user who will run the OpenERP server to ``usbusers``
Then we need to create a udev rule that will automatically allow members
of ``usbusers`` to access raw USB devices. To do so create a file called
``99-usbusers.rule`` in the ``/etc/udev/rules.d/`` directory with the
``99-usbusers.rules`` in the ``/etc/udev/rules.d/`` directory with the
following content::
SUBSYSTEM=="usb", GROUP="usbusers", MODE="0660"