From ff3aed71bdb73613c9d4297bf805edc7cf850d7d Mon Sep 17 00:00:00 2001 From: JudgeDredd Date: Sun, 19 Feb 2017 06:15:29 -0500 Subject: [PATCH] standardize use of chown as seen in other guides (#2089) --- source/getting-started/installation-virtualenv.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/installation-virtualenv.markdown b/source/getting-started/installation-virtualenv.markdown index ca8e8205980..6bedb686379 100644 --- a/source/getting-started/installation-virtualenv.markdown +++ b/source/getting-started/installation-virtualenv.markdown @@ -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 %}