about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2018-02-23 14:22:01 +0000
committerSilvino Silva <silvino@bk.ru>2018-02-23 14:22:01 +0000
commit080558ffff535c438d6244ff17a5d106622c754e (patch)
tree897ea9410c04aba992e95aa1df5508fcaeef2802
parent73c6a889d17b745c62fe4e6788dc45b32db9c97a (diff)
downloaddoc-080558ffff535c438d6244ff17a5d106622c754e.tar.gz
core configure fix usermod
-rw-r--r--core/configure.html2
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>