Cosmetics.

This commit is contained in:
Tommaso Chiti 2022-05-28 18:03:02 +02:00
parent b94bc4eb41
commit b5615da00d

View file

@ -123,6 +123,7 @@ lukspass_selector () {
input_print "Insert the password for the LUKS container (you're not going to see the password): " input_print "Insert the password for the LUKS container (you're not going to see the password): "
read -r -s password read -r -s password
if [[ -z "$password" ]]; then if [[ -z "$password" ]]; then
echo
error_print "You need to enter a password for the LUKS Container in order to continue." error_print "You need to enter a password for the LUKS Container in order to continue."
return 1 return 1
fi fi