projects
/
fai-configs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38fbaad
)
added keygen
author
Lisa Marie Maginnis
<lisam@fsf.org>
Tue, 27 Jan 2015 16:39:31 +0000
(11:39 -0500)
committer
Lisa Marie Maginnis
<lisam@fsf.org>
Tue, 27 Jan 2015 16:39:31 +0000
(11:39 -0500)
scripts/IKIWIKI/10-ikiwiki.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/IKIWIKI/10-ikiwiki.sh
b/scripts/IKIWIKI/10-ikiwiki.sh
index 19773098651a7afe047b602def561647e18ae948..82942a123084aedef2da32803fe325c9ed2b10b2 100755
(executable)
--- a/
scripts/IKIWIKI/10-ikiwiki.sh
+++ b/
scripts/IKIWIKI/10-ikiwiki.sh
@@
-5,5
+5,5
@@
if ! $ROOTCMD getent passwd ikiwki ; then
$ROOTCMD adduser --system --ingroup www-data --disabled-password --gecos "ikiwiki user" ikiwiki
if ! $ROOTCMD test -e /home/ikiwiki/.ssh/id_rsa; then
- $ROOTCMD echo | $ROOTCMD ssh-keygen -N ''
+ $ROOTCMD echo | $ROOTCMD s
udo -u ikiwiki s
sh-keygen -N ''
fi