fix format
This commit is contained in:
parent
77f96b386e
commit
0b04a7f17f
3
acme.sh
3
acme.sh
@ -4929,8 +4929,7 @@ _installcert() {
|
|||||||
__read_password() {
|
__read_password() {
|
||||||
unset _pp
|
unset _pp
|
||||||
prompt="Enter Password:"
|
prompt="Enter Password:"
|
||||||
while IFS= read -p "$prompt" -r -s -n 1 char
|
while IFS= read -p "$prompt" -r -s -n 1 char; do
|
||||||
do
|
|
||||||
if [ "$char" = $'\0' ]; then
|
if [ "$char" = $'\0' ]; then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user