[Linux] Fix useradd to adduser (#139)

Signed-off-by: Toby Shepheard <shepheardt@yahoo.com> (github: toby200)
pull/141/head
Toby 2016-11-19 15:08:36 +00:00 committed by Thomas Dietrich
parent 52b766b8f2
commit bec957162f
1 changed files with 2 additions and 2 deletions

View File

@ -398,8 +398,8 @@ The following example shows how to add Linux user `openhab` to the often needed
Additional groups may be needed, depending on your hardware and software setup. Additional groups may be needed, depending on your hardware and software setup.
```shell ```shell
sudo useradd openhab dialout sudo adduser openhab dialout
sudo useradd openhab tty sudo adduser openhab tty
``` ```
Additionally it's needed to allow the java environment to access the serial port of the connected peripheral. Additionally it's needed to allow the java environment to access the serial port of the connected peripheral.