Browse Source

fix format

pull/2009/head
neilpang 7 years ago
parent
commit
925aeae4f4
  1. 2
      acme.sh

2
acme.sh

@ -4153,7 +4153,7 @@ $_authorizations_map"
return 1 return 1
fi fi
echo "$response" | _dbase64 "multiline" >"$CERT_PATH";
echo "$response" | _dbase64 "multiline" >"$CERT_PATH"
if [ "$(grep -- "$BEGIN_CERT" "$CERT_PATH" | wc -l)" -gt "1" ]; then if [ "$(grep -- "$BEGIN_CERT" "$CERT_PATH" | wc -l)" -gt "1" ]; then
_debug "Found cert chain" _debug "Found cert chain"

Loading…
Cancel
Save