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