standardize use of chown as seen in other guides (#2089)

This commit is contained in:
JudgeDredd 2017-02-19 06:15:29 -05:00 committed by Andrey
parent ff30813af6
commit ff3aed71bd

View File

@ -44,7 +44,7 @@ This can be anywhere you want. As example we put it in `/srv`. You also need to
```bash ```bash
$ sudo mkdir /srv/homeassistant $ sudo mkdir /srv/homeassistant
$ sudo chown homeassistant /srv/homeassistant $ sudo chown homeassistant:homeassistant /srv/homeassistant
``` ```
### {% linkable_title Step 3: Become the new user %} ### {% linkable_title Step 3: Become the new user %}