neil 2020-12-10 20:21:57 +08:00
parent 7576eb38d9
commit 15fb47cb3d
1 changed files with 1 additions and 0 deletions

View File

@ -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