From 484d9d2ad86959bb426e89bd3b664828e2036fbf Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 13 May 2016 21:33:52 +0800 Subject: [PATCH] minor --- acme.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/acme.sh b/acme.sh index b1f9558b..b8dac173 100755 --- a/acme.sh +++ b/acme.sh @@ -578,6 +578,7 @@ _post() { httpmethod="POST" fi _debug $httpmethod + _debug "url" "$url" if _exists "curl" ; then _CURL="$CURL --dump-header $HTTP_HEADER " if [ "$needbase64" ] ; then