]> git.proxmox.com Git - mirror_acme.sh.git/blobdiff - acme.sh
fix format
[mirror_acme.sh.git] / acme.sh
diff --git a/acme.sh b/acme.sh
index 85082d5cb50d3b8a8f3e04b62982dcb6b2357e85..f680e0fbe6275a8f300899ee531ef72b105cc826 100755 (executable)
--- a/acme.sh
+++ b/acme.sh
@@ -2224,8 +2224,8 @@ _send_signed_request() {
 
     _body="$response"
     if [ "$needbase64" ]; then
-    _body="$(echo "$_body" | _dbase64 multiline)"
-    _debug3 _body "$_body"
+      _body="$(echo "$_body" | _dbase64 multiline)"
+      _debug3 _body "$_body"
     fi
     _retryafter=$(echo "$responseHeaders" | grep -i "^Retry-After *: *[0-9]\+ *" | cut -d : -f 2 | tr -d ' ' | tr -d '\r')