echo "You already have a user \"${USER}\", so I will use it."
else
if ${PW} useradd ${USER} -u ${UID} -g ${GROUP} -h - \
-d "/nonexistent" -s /sbin/nologin -c "Distcc user"
-d "/nonexistent" -s /usr/sbin/nologin -c "Distcc user"
then
echo "Added user \"${USER}\"."