docs: update
This commit is contained in:
parent
62690e60e9
commit
374c9bb246
3
pash
3
pash
|
@ -18,6 +18,9 @@ pw_add() {
|
||||||
else
|
else
|
||||||
printf 'Enter password: '
|
printf 'Enter password: '
|
||||||
|
|
||||||
|
# Disable terminal printing while the user inputs their
|
||||||
|
# password. POSIX 'read' has no '-s' flag which would
|
||||||
|
# effectively do the same thing.
|
||||||
stty -echo
|
stty -echo
|
||||||
read -r pass
|
read -r pass
|
||||||
stty echo
|
stty echo
|
||||||
|
|
Loading…
Reference in New Issue