mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-02 17:12:46 +00:00
minor
This commit is contained in:
parent
a7bc2293c0
commit
b937665b90
@ -275,7 +275,7 @@ _check_curl_version() {
|
|||||||
|
|
||||||
if [ "$_major" -ge "8" ]; then
|
if [ "$_major" -ge "8" ]; then
|
||||||
#ok
|
#ok
|
||||||
return 0;
|
return 0
|
||||||
fi
|
fi
|
||||||
if [ "$_major" = "7" ]; then
|
if [ "$_major" = "7" ]; then
|
||||||
if [ "$_minor" -lt "40" ]; then
|
if [ "$_minor" -lt "40" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user