mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-08-31 06:15:14 +00:00
minor
This commit is contained in:
@@ -275,7 +275,7 @@ _check_curl_version() {
|
||||
|
||||
if [ "$_major" -ge "8" ]; then
|
||||
#ok
|
||||
return 0;
|
||||
return 0
|
||||
fi
|
||||
if [ "$_major" = "7" ]; then
|
||||
if [ "$_minor" -lt "40" ]; then
|
||||
|
Reference in New Issue
Block a user