Comply with shfmt's style preference
This commit is contained in:
parent
cf83e1847a
commit
25b4cacd5a
2
acme.sh
2
acme.sh
@ -1480,7 +1480,7 @@ createDomainKey() {
|
|||||||
_initpath "$domain" "$_cdl"
|
_initpath "$domain" "$_cdl"
|
||||||
|
|
||||||
if [ ! -f "$CERT_KEY_PATH" ] || [ ! -s "$CERT_KEY_PATH" ] || ([ "$FORCE" ] && ! [ "$_ACME_IS_RENEW" ]) || [ "$Le_ForceNewDomainKey" = "1" ]; then
|
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"
|
_err "Cannot create new domain key because --always-force-reuse-domain-key is set"
|
||||||
return 1
|
return 1
|
||||||
elif _createkey "$_cdl" "$CERT_KEY_PATH"; then
|
elif _createkey "$_cdl" "$CERT_KEY_PATH"; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user