Cosmetics.

This commit is contained in:
Tommaso Chiti 2022-05-29 13:57:42 +02:00
parent f362a93c35
commit bca2fd6a3a

View file

@ -151,6 +151,7 @@ userpass_selector () {
echo echo
input_print "Please enter the password again (you're not going to see it): " input_print "Please enter the password again (you're not going to see it): "
read -r -s userpass2 read -r -s userpass2
echo
if [[ "$userpass" != "$userpass2" ]]; then if [[ "$userpass" != "$userpass2" ]]; then
echo echo
error_print "Passwords don't match, please try again." error_print "Passwords don't match, please try again."