fix format

This commit is contained in:
neilpang 2019-03-13 20:49:26 +08:00
parent 77f96b386e
commit 0b04a7f17f
1 changed files with 7 additions and 8 deletions

View File

@ -4929,8 +4929,7 @@ _installcert() {
__read_password() {
unset _pp
prompt="Enter Password:"
while IFS= read -p "$prompt" -r -s -n 1 char
do
while IFS= read -p "$prompt" -r -s -n 1 char; do
if [ "$char" = $'\0' ]; then
break
fi