Corrected permissions

Permissions listed for hass-daemon were `777` (everybody can change it), corrected to `755`
This commit is contained in:
DubhAd 2017-10-19 08:43:36 +01:00 committed by Fabian Affolter
parent 5bfc74ade6
commit 775fdbda00
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -189,7 +189,7 @@ Set the owner and permissions on your config folder
Make the daemon file executable: Make the daemon file executable:
```bash ```bash
# chmod 777 /volume1/homeassistant/hass-daemon # chmod 755 /volume1/homeassistant/hass-daemon
``` ```
Update your firewall (if it is turned on the Synology device): Update your firewall (if it is turned on the Synology device):