From a514a7dfd0351f02c92c6e9ead77f86bb199e323 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Sat, 28 May 2022 18:05:37 +0200 Subject: [PATCH] Cosmetics. --- easy-arch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/easy-arch.sh b/easy-arch.sh index a158d19..026da41 100755 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -127,9 +127,11 @@ lukspass_selector () { error_print "You need to enter a password for the LUKS Container in order to continue." return 1 fi + echo input_print "Insert the password for the LUKS container again (you're not going to see the password): " read -r -s password2 if [[ "$password" != "$password2" ]]; then + echo error_print "Passwords don't match, please try again." return 1 fi