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
93c72be270
commit
0fa13579ac
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +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
|
||||||
error_print "\nYou 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
|
||||||
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): "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue