Browse Source

Remove duplicated directory parsing

pull/6433/head
Simon V. 2 weeks ago
committed by GitHub
parent
commit
11831fc62c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      acme.sh

3
acme.sh

@ -2840,9 +2840,6 @@ _initAPI() {
ACME_AGREEMENT=$(echo "$response" | _egrep_o 'termsOfService" *: *"[^"]*"' | cut -d '"' -f 3)
export ACME_AGREEMENT
ACME_RENEWAL_INFO=$(echo "$response" | _egrep_o 'renewalInfo" *: *"[^"]*"' | cut -d '"' -f 3)
export ACME_RENEWAL_INFO
_debug "ACME_KEY_CHANGE" "$ACME_KEY_CHANGE"
_debug "ACME_NEW_AUTHZ" "$ACME_NEW_AUTHZ"
_debug "ACME_NEW_ORDER" "$ACME_NEW_ORDER"

Loading…
Cancel
Save