From b33ec3c2129edd6d162e5d9088466c799eb47b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20H=C3=B6hn?= Date: Sun, 19 Nov 2023 13:16:25 +0100 Subject: [PATCH] fix final style issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Höhn --- installation/synology.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/synology.md b/installation/synology.md index d0b7f6d908..06daf6ff1d 100644 --- a/installation/synology.md +++ b/installation/synology.md @@ -95,7 +95,7 @@ You can increase this in the future if you like. root@openhab:/openhab# chown openhab:openhab /dev/ttyACM0 root@openhab:/openhab# chmod o+rw /dev/ttyACM0 ``` - + To preserve the changes on container reboot see [Executing shell scripts before openHAB is started](https://github.com/openhab/openhab-docker#executing-shell-scripts-before-openhab-is-started) article. :::