mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-10 07:02:56 +00:00
Fix quoting in pattern replacement
This commit is contained in:
parent
1605f4c4e2
commit
a3728c52da
2
acme.sh
2
acme.sh
@ -3692,7 +3692,7 @@ $_authorizations_map"
|
||||
fi
|
||||
|
||||
if [ "$ACME_VERSION" = "2" ]; then
|
||||
response="$(echo "$_authorizations_map" | grep "^${d//./\.}," | sed "s/$d,//")"
|
||||
response="$(echo "$_authorizations_map" | grep "^${d//./\\.}," | sed "s/$d,//")"
|
||||
_debug2 "response" "$response"
|
||||
if [ -z "$response" ]; then
|
||||
_err "get to authz error."
|
||||
|
Loading…
x
Reference in New Issue
Block a user