Browse Source

fix format

neilpang 7 years ago
parent
commit
6b185d20c0
1 changed files with 1 additions and 2 deletions
  1. 1 2
      acme.sh

+ 1 - 2
acme.sh

@@ -1282,7 +1282,7 @@ createDomainKey() {
 
 
   _initpath "$domain" "$_cdl"
   _initpath "$domain" "$_cdl"
 
 
-  if [ ! -f "$CERT_KEY_PATH" ] || ([ "$FORCE" ] && ! [ "$IS_RENEW" ]) || [ "$Le_ForceNewDomainKey" = "1" ] ; then
+  if [ ! -f "$CERT_KEY_PATH" ] || ([ "$FORCE" ] && ! [ "$IS_RENEW" ]) || [ "$Le_ForceNewDomainKey" = "1" ]; then
     if _createkey "$_cdl" "$CERT_KEY_PATH"; then
     if _createkey "$_cdl" "$CERT_KEY_PATH"; then
       _savedomainconf Le_Keylength "$_cdl"
       _savedomainconf Le_Keylength "$_cdl"
       _info "The domain key is here: $(__green $CERT_KEY_PATH)"
       _info "The domain key is here: $(__green $CERT_KEY_PATH)"
@@ -3176,7 +3176,6 @@ _regAccount() {
 
 
 }
 }
 
 
-
 #Implement deactivate account
 #Implement deactivate account
 deactivateaccount() {
 deactivateaccount() {
   _initpath
   _initpath