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
89e73594
Unverified
Commit
89e73594
authored
May 25, 2019
by
der-berni
Committed by
GitHub
May 25, 2019
Browse files
fixed error in CI
parent
a3089a71
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_one.sh
View file @
89e73594
...
...
@@ -123,7 +123,7 @@ _get_root() {
response
=
"
$(
_get
"https://www.one.com/admin/api/domains/
$h
/dns/custom_records"
)
"
if
!
_contains
"
$response
"
"CRMRST_000302"
;
then
if
!
_contains
"
$response
"
"CRMRST_000302"
;
then
_sub_domain
=
$(
printf
"%s"
"
$domain
"
|
cut
-d
.
-f
1-
$p
)
_domain
=
"
$h
"
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