more perms for wiki
[fai-configs.git] / scripts / IKIWIKI / 10-ikiwiki.sh
1 #! /bin/bash
2
3 # add a ikiwiki user account
4 if ! $ROOTCMD getent passwd ikiwki ; then
5 $ROOTCMD adduser --system --ingroup www-data --disabled-password --gecos "ikiwiki user" ikiwiki
6
7 fi