Cosmetics.

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

View file

@ -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