mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 16:31:44 +00:00
fix error message for _get_zone_id
This commit is contained in:
parent
b45a44e405
commit
622464ff5e
@ -226,7 +226,7 @@ _get_zone_id() {
|
||||
_zone_id="$(echo "$_response" | _egrep_o 'zone\/[0-9]+')"
|
||||
_debug2 _zone_id "$_zone_id"
|
||||
if [ -z "$_zone_id" ]; then
|
||||
_err "Error getting _zone_id for $1"
|
||||
_err "Error getting _zone_id for $2"
|
||||
return 1
|
||||
fi
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user