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
1e7534b9
Commit
1e7534b9
authored
Oct 05, 2019
by
neilpang
Browse files
fix
https://github.com/Neilpang/acme.sh/issues/2518#issuecomment-538474232
parent
72d800ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
1e7534b9
...
@@ -3678,7 +3678,7 @@ _ns_purge_cf() {
...
@@ -3678,7 +3678,7 @@ _ns_purge_cf() {
#checks if cf server is available
#checks if cf server is available
_ns_is_available_cf() {
_ns_is_available_cf() {
if _get "https://cloudflare-dns.com"; then
if _get "https://cloudflare-dns.com"
>/dev/null 2>&1
; then
return 0
return 0
else
else
return 1
return 1
...
...
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