From bec957162ff97d9fae2a9ba7946ce205484d3a91 Mon Sep 17 00:00:00 2001 From: Toby Date: Sat, 19 Nov 2016 15:08:36 +0000 Subject: [PATCH] [Linux] Fix useradd to adduser (#139) Signed-off-by: Toby Shepheard (github: toby200) --- installation/linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/linux.md b/installation/linux.md index 695312c78..b72a90911 100644 --- a/installation/linux.md +++ b/installation/linux.md @@ -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. ```shell -sudo useradd openhab dialout -sudo useradd openhab tty +sudo adduser openhab dialout +sudo adduser openhab tty ``` Additionally it's needed to allow the java environment to access the serial port of the connected peripheral.