[FIX] point_of_sale: correct posboxless setup
should happend the group, not create a new user the rule files is .ruleS
This commit is contained in:
parent
91f534ab7b
commit
fc6906073b
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Business 9.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-31 15:58+0200\n"
|
||||
"POT-Creation-Date: 2016-09-01 11:43+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -1044,11 +1044,11 @@ msgid "Then we add the user who will run the OpenERP server to ``usbusers``"
|
||||
msgstr ""
|
||||
|
||||
#: ../../point_of_sale/overview/setup.rst:259
|
||||
msgid "``# useradd -G usbusers USERNAME``"
|
||||
msgid "``# usermod -a -G usbusers USERNAME``"
|
||||
msgstr ""
|
||||
|
||||
#: ../../point_of_sale/overview/setup.rst:261
|
||||
msgid "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 following content::"
|
||||
msgid "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.rules`` in the ``/etc/udev/rules.d/`` directory with the following content::"
|
||||
msgstr ""
|
||||
|
||||
#: ../../point_of_sale/overview/setup.rst:269
|
||||
|
@ -256,11 +256,11 @@ create a group that has access to USB devices
|
||||
|
||||
Then we add the user who will run the OpenERP server to ``usbusers``
|
||||
|
||||
``# useradd -G usbusers USERNAME``
|
||||
``# usermod -a -G usbusers USERNAME``
|
||||
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user