mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 15:31:45 +00:00
FIX dns_udr api: loop variable
This commit is contained in:
parent
f3a0a25380
commit
888d91d14a
@ -108,7 +108,7 @@ dns_udr_rm() {
|
||||
# _domain=domain.com
|
||||
_get_root() {
|
||||
domain=$1
|
||||
i=2
|
||||
i=1
|
||||
|
||||
if ! _udr_rest "QueryDNSZoneList" ""; then
|
||||
return 1
|
||||
|
Loading…
Reference in New Issue
Block a user