This commit is contained in:
Tommaso Chiti 2022-05-28 18:00:24 +02:00
parent 0fa13579ac
commit b94bc4eb41

View file

@ -168,7 +168,7 @@ rootpass_selector () {
input_print "Insert the password again (for double checking): "
read -r -s rootpass2
if [[ "$rootpass" != "$rootpass2" ]]; then
error_print "Passwords don't match, try again."
error_print "Passwords don't match, please try again."
return 1
fi
return 0