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
122cc48c
Commit
122cc48c
authored
Dec 07, 2016
by
neilpang
Browse files
minor
parent
c7c57cfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_cf.sh
View file @
122cc48c
...
...
@@ -70,9 +70,7 @@ dns_cf_add() {
_cf_rest PUT
"zones/
$_domain_id
/dns_records/
$record_id
"
"{
\"
id
\"
:
\"
$record_id
\"
,
\"
type
\"
:
\"
TXT
\"
,
\"
name
\"
:
\"
$fulldomain
\"
,
\"
content
\"
:
\"
$txtvalue
\"
,
\"
zone_id
\"
:
\"
$_domain_id
\"
,
\"
zone_name
\"
:
\"
$_domain
\"
}"
if
[
"
$?
"
=
"0"
]
;
then
_info
"Updated, sleeping 10 seconds"
sleep
10
#todo: check if the record takes effect
_info
"Updated, OK"
return
0
fi
_err
"Update error"
...
...
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