From f0c44cb51e0f4a82d2dadf584d13ba2d04ba9133 Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Tue, 27 Jan 2015 11:40:24 -0500 Subject: [PATCH] fixed logic --- scripts/IKIWIKI/10-ikiwiki.sh | 1 + 1 file changed, 1 insertion(+) 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 '' -- 2.25.1