diff options
author | Silvino Silva <silvino@bk.ru> | 2018-02-23 14:22:01 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2018-02-23 14:22:01 +0000 |
commit | 080558ffff535c438d6244ff17a5d106622c754e (patch) | |
tree | 897ea9410c04aba992e95aa1df5508fcaeef2802 /core | |
parent | 73c6a889d17b745c62fe4e6788dc45b32db9c97a (diff) | |
download | doc-080558ffff535c438d6244ff17a5d106622c754e.tar.gz |
core configure fix usermod
Diffstat (limited to 'core')
-rw-r--r-- | core/configure.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/configure.html b/core/configure.html index a7236f1..a7a42f5 100644 --- a/core/configure.html +++ b/core/configure.html @@ -186,7 +186,7 @@ <pre> # useradd -m -k /etc/skel -s /bin/bash c9admin - # usermod -G adm,wheel,audio,video + # usermod -G adm,wheel,audio,video c9admin # passwd c9admin </pre> |