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.)
This commit is contained in:
Nicole Zeckner 2018-12-17 10:44:30 -05:00 committed by Fabian Affolter
parent 8fe99f60e2
commit 1c1bc54c96

View File

@ -249,7 +249,7 @@ $ groups homeassistant
That should include `dialout`, if it doesn't then: That should include `dialout`, if it doesn't then:
```bash ```bash
$ sudo usermod -G dialout homeassistant $ sudo usermod -aG dialout homeassistant
``` ```
### {% linkable_title Device path changes %} ### {% linkable_title Device path changes %}