standardize use of chown as seen in other guides (#2089)
This commit is contained in:
parent
ff30813af6
commit
ff3aed71bd
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ This can be anywhere you want. As example we put it in `/srv`. You also need to
|
|||
|
||||
```bash
|
||||
$ sudo mkdir /srv/homeassistant
|
||||
$ sudo chown homeassistant /srv/homeassistant
|
||||
$ sudo chown homeassistant:homeassistant /srv/homeassistant
|
||||
```
|
||||
|
||||
### {% linkable_title Step 3: Become the new user %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue