From a2595a57d7073b83b3868e25a877f8b19939a779 Mon Sep 17 00:00:00 2001 From: Jamie Townsend Date: Wed, 1 Nov 2023 16:04:27 +0100 Subject: [PATCH] Update synology.md to correct synouser command to create the openhab user 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 --- installation/synology.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/synology.md b/installation/synology.md index c5936045f0..eaa4811c82 100644 --- a/installation/synology.md +++ b/installation/synology.md @@ -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 ```