about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2018-02-23 14:20:15 +0000
committerSilvino Silva <silvino@bk.ru>2018-02-23 14:20:15 +0000
commit73c6a889d17b745c62fe4e6788dc45b32db9c97a (patch)
treeb130448d264049e9604c048993b3d1051b04583b
parentb1f78adfe84a641cab003b115de54328d634e13f (diff)
downloaddoc-73c6a889d17b745c62fe4e6788dc45b32db9c97a.tar.gz
core configure fix adduser
-rw-r--r--core/configure.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/configure.html b/core/configure.html
index b3ca259..a7236f1 100644
--- a/core/configure.html
+++ b/core/configure.html
@@ -185,7 +185,7 @@
 	</dl>
 
         <pre>
-        # useradd -k /etc/skel -s /bin/bash c9admin
+        # useradd -m -k /etc/skel -s /bin/bash c9admin
         # usermod -G adm,wheel,audio,video
         # passwd c9admin
         </pre>