fixes for gmg0p, which is t10
[fai-configs.git] / 00_adduser.sh
... / ...
CommitLineData
1#!/bin/bash
2# add a demo user account
3if ! $ROOTCMD getent passwd libreplanet ; then
4 $ROOTCMD adduser --gecos "LibrePlanet Conference User" libreplanet
5# echo "demo:$ROOTPW" | $ROOTCMD chpasswd --encrypted
6 $ROOTCMD usermod -p "$ROOTPW" libreplanet
7fi