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
a8ae23d0
Commit
a8ae23d0
authored
Jan 09, 2018
by
neilpang
Browse files
add more sleep for ovh
parent
2befb5e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_ovh.sh
View file @
a8ae23d0
...
@@ -149,7 +149,8 @@ dns_ovh_add() {
...
@@ -149,7 +149,8 @@ dns_ovh_add() {
if
_contains
"
$response
"
"
$txtvalue
"
;
then
if
_contains
"
$response
"
"
$txtvalue
"
;
then
_ovh_rest POST
"domain/zone/
$_domain
/refresh"
_ovh_rest POST
"domain/zone/
$_domain
/refresh"
_debug
"Refresh:
$response
"
_debug
"Refresh:
$response
"
_info
"Added"
_info
"Added, sleep 10 seconds."
_sleep 10
return
0
return
0
fi
fi
fi
fi
...
...
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