Skip to content

Commit efd5238

Browse files
committed
added echo message to ignore ubuntu bad password
1 parent 1b59936 commit efd5238

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

New-User-Creator/create_user.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ while true; do
4040
echo "Passwords do not match. Try again."
4141
fi
4242
done
43-
43+
echo "Creating user..."
44+
echo "the bad password message can be ignored if it appears"
4445
# Create the user with home directory and groups
4546
useradd -m -s /bin/bash -G sudo,plugdev,dialout,video,audio,input "$newuser"
4647

0 commit comments

Comments
 (0)