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
f362a93c35
commit
bca2fd6a3a
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ userpass_selector () {
|
||||||
echo
|
echo
|
||||||
input_print "Please enter the password again (you're not going to see it): "
|
input_print "Please enter the password again (you're not going to see it): "
|
||||||
read -r -s userpass2
|
read -r -s userpass2
|
||||||
|
echo
|
||||||
if [[ "$userpass" != "$userpass2" ]]; then
|
if [[ "$userpass" != "$userpass2" ]]; then
|
||||||
echo
|
echo
|
||||||
error_print "Passwords don't match, please try again."
|
error_print "Passwords don't match, please try again."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue