Update Synology installation instructions (#4845)
The command to chown the directory was backwards
This commit is contained in:
parent
24e2021c21
commit
a303c393d9
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Create homeassistant config directory & switch to it
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# mkdir /volume1/homeassistant
|
# mkdir /volume1/homeassistant
|
||||||
# chown /volume1/homeassistant homeassistant
|
# chown homeassistant /volume1/homeassistant
|
||||||
# chmod 755 /volume1/homeassistant
|
# chmod 755 /volume1/homeassistant
|
||||||
# cd /volume1/homeassistant
|
# cd /volume1/homeassistant
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue