# Remove the user appuserid=$(id -u @PROJECT_NAME@) if [ $appuserid ] ; then userdel --remove --force @PROJECT_NAME@ fi