mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
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:
parent
4617568b5e
commit
5e3e8f59a5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user