2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-31 22:35:22 +00:00

fix format

This commit is contained in:
neilpang
2023-02-03 09:59:42 +08:00
parent 3cf8f78745
commit a5fbf3fb80

10
acme.sh
View File

@@ -1856,11 +1856,11 @@ _inithttp() {
_ACME_CURL="$_ACME_CURL -g "
fi
#don't use --fail-with-body
##from curl 7.76: return fail on HTTP errors but keep the body
#if _contains "$(curl --help http 2>&1)" "--fail-with-body"; then
# _ACME_CURL="$_ACME_CURL --fail-with-body "
#fi
#don't use --fail-with-body
##from curl 7.76: return fail on HTTP errors but keep the body
#if _contains "$(curl --help http 2>&1)" "--fail-with-body"; then
# _ACME_CURL="$_ACME_CURL --fail-with-body "
#fi
fi
if [ -z "$_ACME_WGET" ] && _exists "wget"; then