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
Jamie Townsend 2023-11-02 18:27:27 +01:00 committed by GitHub
parent ad3e05f9f6
commit 9752bc045f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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. When you are in the secured shell first thing to do is to create the user openhab.
```bash ```bash
sudo synouser --add openhab habopen sudo synouser --add openhab habopen "openhab" 0 "" 0
sudo synogroup --add openhab openhab sudo synogroup --add openhab openhab
``` ```