mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
Cosmetics.
This commit is contained in:
parent
b5615da00d
commit
a514a7dfd0
1 changed files with 2 additions and 0 deletions
|
|
@ -127,9 +127,11 @@ lukspass_selector () {
|
||||||
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
|
||||||
|
echo
|
||||||
input_print "Insert the password for the LUKS container again (you're not going to see the password): "
|
input_print "Insert the password for the LUKS container again (you're not going to see the password): "
|
||||||
read -r -s password2
|
read -r -s password2
|
||||||
if [[ "$password" != "$password2" ]]; then
|
if [[ "$password" != "$password2" ]]; then
|
||||||
|
echo
|
||||||
error_print "Passwords don't match, please try again."
|
error_print "Passwords don't match, please try again."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue