mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-11 10:22:23 +08:00
FIX dns_udr api: loop variable
This commit is contained in:
@@ -108,7 +108,7 @@ dns_udr_rm() {
|
|||||||
# _domain=domain.com
|
# _domain=domain.com
|
||||||
_get_root() {
|
_get_root() {
|
||||||
domain=$1
|
domain=$1
|
||||||
i=2
|
i=1
|
||||||
|
|
||||||
if ! _udr_rest "QueryDNSZoneList" ""; then
|
if ! _udr_rest "QueryDNSZoneList" ""; then
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user