Browse Source

Comply with shfmt's style preference

pull/3435/head
Marco Arment 5 years ago
parent
commit
25b4cacd5a
  1. 2
      acme.sh

2
acme.sh

@ -1480,7 +1480,7 @@ createDomainKey() {
_initpath "$domain" "$_cdl"
if [ ! -f "$CERT_KEY_PATH" ] || [ ! -s "$CERT_KEY_PATH" ] || ([ "$FORCE" ] && ! [ "$_ACME_IS_RENEW" ]) || [ "$Le_ForceNewDomainKey" = "1" ]; then
if [ "$Le_ForceReuseDomainKey" = "1" ] ; then
if [ "$Le_ForceReuseDomainKey" = "1" ]; then
_err "Cannot create new domain key because --always-force-reuse-domain-key is set"
return 1
elif _createkey "$_cdl" "$CERT_KEY_PATH"; then

Loading…
Cancel
Save