From 1c1bc54c96d7aaee824129e500d3ef592d43983b Mon Sep 17 00:00:00 2001 From: Nicole Zeckner Date: Mon, 17 Dec 2018 10:44:30 -0500 Subject: [PATCH] Update installation.markdown (#7883) Change from -G to -aG, since we want to add to the group and not change the group. (Sorry I didn't catch this with the last one.) --- source/_docs/z-wave/installation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/z-wave/installation.markdown b/source/_docs/z-wave/installation.markdown index 9bd27a789e2..e9c0ae6068b 100644 --- a/source/_docs/z-wave/installation.markdown +++ b/source/_docs/z-wave/installation.markdown @@ -249,7 +249,7 @@ $ groups homeassistant That should include `dialout`, if it doesn't then: ```bash -$ sudo usermod -G dialout homeassistant +$ sudo usermod -aG dialout homeassistant ``` ### {% linkable_title Device path changes %}