Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
groupadd: user --root instead of -R or -Q
In some places of the code gpasswd and usermod are used depending on the plataform. One use -Q and other use -R to indicate a different root parameter. This patch unify this, using --root parameter. Partially fix #43131 (cherry picked from commit 27372ee)
- Loading branch information