Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
888d91d1
Commit
888d91d1
authored
Feb 08, 2022
by
Andreas Scherer
Browse files
FIX dns_udr api: loop variable
parent
f3a0a253
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_udr.sh
View file @
888d91d1
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment