Update synology.md to correct synouser command to create the openhab user (#2146)
As per the instructions here: https://community.openhab.org/t/installation-guide-synology-diskstation-not-ok-for-latest-dsm/140209 Signed-off-by: Jamie Townsend <jamie_townsend@hotmail.com>pull/2148/head
parent
ad3e05f9f6
commit
9752bc045f
|
@ -27,7 +27,7 @@ For reference how to do that: I found this [youtube tutorial](https://www.youtub
|
|||
When you are in the secured shell first thing to do is to create the user openhab.
|
||||
|
||||
```bash
|
||||
sudo synouser --add openhab habopen
|
||||
sudo synouser --add openhab habopen "openhab" 0 "" 0
|
||||
sudo synogroup --add openhab openhab
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue