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
01cc2e13
Commit
01cc2e13
authored
Jan 09, 2018
by
neilpang
Browse files
add more sleep for ovh
parent
f823f170
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_ovh.sh
View file @
01cc2e13
...
@@ -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