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