From b5615da00dc97c9556c513448918bb46062736ba Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Sat, 28 May 2022 18:03:02 +0200 Subject: [PATCH] Cosmetics. --- easy-arch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/easy-arch.sh b/easy-arch.sh index 035fb0e..a158d19 100755 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -123,6 +123,7 @@ lukspass_selector () { input_print "Insert the password for the LUKS container (you're not going to see the password): " read -r -s password if [[ -z "$password" ]]; then + echo error_print "You need to enter a password for the LUKS Container in order to continue." return 1 fi