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
15fb47cb
Commit
15fb47cb
authored
Dec 10, 2020
by
neil
Browse files
fix
https://github.com/acmesh-official/acme.sh/issues/3300
parent
7576eb38
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/docker.sh
View file @
15fb47cb
...
...
@@ -275,6 +275,7 @@ _check_curl_version() {
if
[
"
$_major$_minor
"
-lt
"740"
]
;
then
_err
"curl v
$_cversion
doesn't support unit socket"
_err
"Please upgrade to curl 7.40 or later."
return
1
fi
if
[
"
$_major$_minor
"
-lt
"750"
]
;
then
...
...
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