mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-10-31 19:41:45 +00:00
fix format
This commit is contained in:
parent
0b04a7f17f
commit
4ebad10557
2
acme.sh
2
acme.sh
@ -4931,7 +4931,7 @@ __read_password() {
|
|||||||
prompt="Enter Password:"
|
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
|
if [ "$char" = $'\0' ]; then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
prompt='*'
|
prompt='*'
|
||||||
_pp="$_pp$char"
|
_pp="$_pp$char"
|
||||||
|
Loading…
Reference in New Issue
Block a user