Fix errors in synology.md (#2159)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
pull/2160/head
lolodomo 2023-11-19 12:33:30 +01:00 committed by GitHub
parent e892dc5b81
commit 1903f69946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -90,10 +90,12 @@ You can increase this in the future if you like.
:::tip DSM 7.2 Access Zwave USB Stick
- Set `/dev/ttyACM0` permissions inside the openhab container - [OH Docs](docker.html#usb-sticks)
```bash
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.
:::
@ -148,7 +150,6 @@ Several issues are already raised for this at Synology.
:warning: This will result in Synology notification, like "Security risks detected on NAS02. Please go to Security Advisor for more information. Details."
:::
### Network
- Select 'host' if you are planning to use the IP stack in bindings or if you are not sure what this does.