mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
minor
This commit is contained in:
parent
1953957506
commit
484d9d2ad8
1
acme.sh
1
acme.sh
@ -578,6 +578,7 @@ _post() {
|
|||||||
httpmethod="POST"
|
httpmethod="POST"
|
||||||
fi
|
fi
|
||||||
_debug $httpmethod
|
_debug $httpmethod
|
||||||
|
_debug "url" "$url"
|
||||||
if _exists "curl" ; then
|
if _exists "curl" ; then
|
||||||
_CURL="$CURL --dump-header $HTTP_HEADER "
|
_CURL="$CURL --dump-header $HTTP_HEADER "
|
||||||
if [ "$needbase64" ] ; then
|
if [ "$needbase64" ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user