Site updated at 2017-02-19 11:19:37 UTC

This commit is contained in:
Travis CI 2017-02-19 11:19:38 +00:00
parent 2de53b6b5a
commit ce8fa3dcf9
23 changed files with 37 additions and 37 deletions

View file

@ -124,7 +124,7 @@
<p>This can be anywhere you want. As example we put it in <code class="highlighter-rouge">/srv</code>. You also need to change the ownership of the directory to the user you created above (if you created one).</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo mkdir /srv/homeassistant
<span class="gp">$ </span>sudo chown homeassistant /srv/homeassistant
<span class="gp">$ </span>sudo chown homeassistant:homeassistant /srv/homeassistant
</code></pre>
</div>