mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
fix format
This commit is contained in:
parent
d8ba26e664
commit
232c7361a9
4
acme.sh
4
acme.sh
@ -3686,8 +3686,8 @@ issue() {
|
|||||||
_savedomainconf "Le_LinkIssuer" "$Le_LinkIssuer"
|
_savedomainconf "Le_LinkIssuer" "$Le_LinkIssuer"
|
||||||
|
|
||||||
if [ "$Le_LinkIssuer" ]; then
|
if [ "$Le_LinkIssuer" ]; then
|
||||||
_link_issuer_retry=0;
|
_link_issuer_retry=0
|
||||||
_MAX_ISSUER_RETRY=5;
|
_MAX_ISSUER_RETRY=5
|
||||||
while [ "$_link_issuer_retry" -lt "$_MAX_ISSUER_RETRY" ]; do
|
while [ "$_link_issuer_retry" -lt "$_MAX_ISSUER_RETRY" ]; do
|
||||||
_debug _link_issuer_retry "$_link_issuer_retry"
|
_debug _link_issuer_retry "$_link_issuer_retry"
|
||||||
if _get "$Le_LinkIssuer" >"$CA_CERT_PATH.der"; then
|
if _get "$Le_LinkIssuer" >"$CA_CERT_PATH.der"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user