Skip to content

Commit

Permalink
Update synology.md to correct synouser command to create the openhab …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
jamietownsend authored Nov 2, 2023
1 parent ad3e05f commit 9752bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/synology.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 9752bc0

Please sign in to comment.