mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
Tests.
This commit is contained in:
parent
0fa13579ac
commit
b94bc4eb41
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue