mirror of
https://github.com/plantroon/acme.sh.git
synced 2025-01-12 15:14:52 +00:00
fix typo
This commit is contained in:
parent
c5c2014081
commit
46e62f1a9a
@ -222,7 +222,7 @@ _get_zone_id() {
|
|||||||
_debug2 _response "$_response"
|
_debug2 _response "$_response"
|
||||||
_zone_id="$(echo "$_response" | _egrep_o 'zone\/[0-9]+')"
|
_zone_id="$(echo "$_response" | _egrep_o 'zone\/[0-9]+')"
|
||||||
_debug2 _zone_id "$_zone_id"
|
_debug2 _zone_id "$_zone_id"
|
||||||
if [ -z "$zone_id" ]; then
|
if [ -z "$_zone_id" ]; then
|
||||||
_err "Error getting _zone_id for $1"
|
_err "Error getting _zone_id for $1"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user