Update freenas.markdown (#4307)

* Update freenas.markdown

The example provided for a chained command to mkdir /home and /home/.homeassistant was missing the second mkdir command.  A copy and paste of this example would fail.

* Update freenas.markdown

Updated mkdir commands to use '-p' option.
This commit is contained in:
overkill32 2018-01-03 13:34:05 -07:00 committed by Fabian Affolter
parent 4617568b5e
commit 5e3e8f59a5

View File

@ -33,7 +33,7 @@ Create an `/etc/rc.local` file to enable Home Assistant to start when the jail s
```bash
# cd / && mkdir /home && /home/.homeassistant/
# cd / && mkdir -p /home/.homeassistant
```
```bash