#!/bin/bash # Licence : GPL v3 # Author: Laurent HUBERT # # Creates a new user for administrative purposes (in sudo group) # cat < $the_user : created successfully <" exit 0 fi done echo "### An error occurred changing $the_user password ###" exit $status