diff options
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 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> |