Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
be972fc0
Commit
be972fc0
authored
Mar 15, 2017
by
boyanpeychev
Browse files
fixes for the comments in #723
parent
ac11ba3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_cloudns.sh
View file @
be972fc0
...
...
@@ -126,7 +126,7 @@ _dns_cloudns_get_zone_name() {
return
0
fi
i
=
$(
(
i
+
1
)
)
i
=
$(
_math
"
$i
"
+ 1
)
done
return
1
}
...
...
@@ -150,7 +150,7 @@ _dns_cloudns_http_api_call() {
response
=
"
$(
_get
"
$CLOUDNS_API
/
$method
?
$data
"
)
"
_debug response
"
$response
"
_debug
2
response
"
$response
"
return
1
return
0
}
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