diff --git a/script.sh b/script.sh index 1e8d8a0..0da5f3f 100644 --- a/script.sh +++ b/script.sh @@ -57,6 +57,7 @@ create_new_user() { # Check if the username already exists if id "$USERNAME" &>/dev/null; then echo "User $USERNAME already exists!" + create_new_user else echo "Enter the password for the new user: " read -s PASSWORD