From bca2fd6a3ac374f5a18fabdc9086604056163097 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Sun, 29 May 2022 13:57:42 +0200 Subject: [PATCH] Cosmetics. --- easy-arch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/easy-arch.sh b/easy-arch.sh index 0149fff..25c3867 100755 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -151,6 +151,7 @@ userpass_selector () { echo input_print "Please enter the password again (you're not going to see it): " read -r -s userpass2 + echo if [[ "$userpass" != "$userpass2" ]]; then echo error_print "Passwords don't match, please try again."