X-Git-Url: https://vcs.fsf.org/?p=fai-configs.git;a=blobdiff_plain;f=scripts%2FIKIWIKI%2F10-ikiwiki.sh;h=274dda67fb22951a7dc7a556c8913b5e86452319;hp=82942a123084aedef2da32803fe325c9ed2b10b2;hb=f0c44cb51e0f4a82d2dadf584d13ba2d04ba9133;hpb=ee1b8211e205f69b333ae4e4ab1cf21b6cb90491 diff --git a/scripts/IKIWIKI/10-ikiwiki.sh b/scripts/IKIWIKI/10-ikiwiki.sh index 82942a1..274dda6 100755 --- a/scripts/IKIWIKI/10-ikiwiki.sh +++ b/scripts/IKIWIKI/10-ikiwiki.sh @@ -3,6 +3,7 @@ # add a ikiwiki user account if ! $ROOTCMD getent passwd ikiwki ; then $ROOTCMD adduser --system --ingroup www-data --disabled-password --gecos "ikiwiki user" ikiwiki +fi if ! $ROOTCMD test -e /home/ikiwiki/.ssh/id_rsa; then $ROOTCMD echo | $ROOTCMD sudo -u ikiwiki ssh-keygen -N ''