Update installation.markdown (#7868)

Change usermod "-G" to usermod "-aG" since we want the user added to dialout, not moved to dialout.
This commit is contained in:
Nicole Zeckner 2018-12-16 03:37:23 -05:00 committed by Fabian Affolter
parent 4454eaab4a
commit 6e3a0cc33d

View File

@ -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
```
<p class='Note'>