Comply with shfmt's style preference

This commit is contained in:
Marco Arment 2021-03-02 08:43:25 -05:00
parent cf83e1847a
commit 25b4cacd5a

View File

@ -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