Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use -a flag for usermod #4

Closed
scolytus opened this issue Apr 22, 2020 · 1 comment · Fixed by #5
Closed

use -a flag for usermod #4

scolytus opened this issue Apr 22, 2020 · 1 comment · Fixed by #5

Comments

@scolytus
Copy link

Hi, thanks for sharing your work! ❤️

You should add the -a flag to the usermod command.
As it is now, it would remove telegraf from all other groups.

sudo usermod -a -G video telegraf

I have telegraf also assigned to the docker and unbound group, your original command would remove it from those.

@TheMickeyMike
Copy link
Owner

Hello, thanks for pointing this out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants