mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
This commit is contained in:
parent
7576eb38d9
commit
15fb47cb3d
@ -275,6 +275,7 @@ _check_curl_version() {
|
|||||||
|
|
||||||
if [ "$_major$_minor" -lt "740" ]; then
|
if [ "$_major$_minor" -lt "740" ]; then
|
||||||
_err "curl v$_cversion doesn't support unit socket"
|
_err "curl v$_cversion doesn't support unit socket"
|
||||||
|
_err "Please upgrade to curl 7.40 or later."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
if [ "$_major$_minor" -lt "750" ]; then
|
if [ "$_major$_minor" -lt "750" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user