From 6e3a0cc33dfe032981bedb0f06ce2c95e8c16ee3 Mon Sep 17 00:00:00 2001 From: Nicole Zeckner Date: Sun, 16 Dec 2018 03:37:23 -0500 Subject: [PATCH] Update installation.markdown (#7868) Change usermod "-G" to usermod "-aG" since we want the user added to dialout, not moved to dialout. --- 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 6a9693fddf9..9bd27a789e2 100644 --- a/source/_docs/z-wave/installation.markdown +++ b/source/_docs/z-wave/installation.markdown @@ -148,7 +148,7 @@ $ dmesg | grep USB If Home Assistant (`hass`) runs with another user (e.g., *homeassistant* on Hassbian) give access to the stick with: ```bash -$ sudo usermod -a -G dialout homeassistant +$ sudo usermod -aG dialout homeassistant ```