removed network-manager from FAIBASE
[fai-configs.git] / scripts / IKIWIKI / 10-ikiwiki
CommitLineData
ef7cdb34 1#! /bin/bash
2
3# add a ikiwiki user account
4if ! $ROOTCMD getent passwd ikiwki ; then
5 $ROOTCMD adduser --system --ingroup www-data --disabled-password --gecos "ikiwiki user" ikiwiki
6
7fi