Browse Source

Fix shfmt errors

pull/2265/head
Alex Zorin 7 years ago
parent
commit
034ed69613
  1. 1
      acme.sh

1
acme.sh

@ -4480,7 +4480,6 @@ $_authorizations_map"
printf "%s\n%s" "$_leaf" "$_issuer" >"$CERT_FULLCHAIN_PATH"
fi
# ACME_VERSION != "2"
else
if ! _send_signed_request "${ACME_NEW_ORDER}" "{\"resource\": \"$ACME_NEW_ORDER_RES\", \"csr\": \"$der\"}" "needbase64"; then
_err "Sign failed. $response"

Loading…
Cancel
Save