From b94bc4eb41c342a663a0375e77171f50a4e1eba5 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Sat, 28 May 2022 18:00:24 +0200 Subject: [PATCH] Tests. --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index 8ca6953..035fb0e 100755 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -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