Corrected permissions
Permissions listed for hass-daemon were `777` (everybody can change it), corrected to `755`
This commit is contained in:
parent
e878e95cba
commit
810d5ad738
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ Set the owner and permissions on your config folder
|
|||
Make the daemon file executable:
|
||||
|
||||
```bash
|
||||
# chmod 777 /volume1/homeassistant/hass-daemon
|
||||
# chmod 755 /volume1/homeassistant/hass-daemon
|
||||
```
|
||||
|
||||
Update your firewall (if it is turned on the Synology device):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue