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
66c39a95
Commit
66c39a95
authored
May 22, 2019
by
David Kerr
Browse files
Fix warnings from Travis build
parent
09fb9dcd
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_freedns.sh
View file @
66c39a95
...
...
@@ -58,7 +58,7 @@ dns_freedns_add() {
_debug
"sub_domain:
$sub_domain
"
_debug
"top_domain:
$top_domain
"
DNSdomainid
=
"
$(
_freedns_domain_id
$top_domain
)
"
DNSdomainid
=
"
$(
_freedns_domain_id
"
$top_domain
"
)
"
if
[
"
$?
"
=
"0"
]
;
then
_info
"Domain
$top_domain
found at FreeDNS, domain_id
$DNSdomainid
"
break
...
...
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