Browse Source

minor, No need to save ACCOUNT_URL

neil 8 years ago
parent
commit
e4b8d9b9d6
1 changed files with 0 additions and 3 deletions
  1. 0 3
      acme.sh

+ 0 - 3
acme.sh

@@ -1836,8 +1836,6 @@ _regAccount() {
 
 
       _accUri="$(echo "$responseHeaders" | grep "^Location:" | cut -d ' ' -f 2| tr -d "\r\n")"
       _accUri="$(echo "$responseHeaders" | grep "^Location:" | cut -d ' ' -f 2| tr -d "\r\n")"
       _debug "_accUri" "$_accUri"
       _debug "_accUri" "$_accUri"
-      ACCOUNT_URL="$_accUri"
-      _saveaccountconf ACCOUNT_URL "$ACCOUNT_URL"
 
 
       _tos="$(echo "$responseHeaders" | grep "^Link:.*rel=\"terms-of-service\"" | _egrep_o "<.*>" | tr -d '<>')"
       _tos="$(echo "$responseHeaders" | grep "^Link:.*rel=\"terms-of-service\"" | _egrep_o "<.*>" | tr -d '<>')"
       _debug "_tos" "$_tos"
       _debug "_tos" "$_tos"
@@ -2979,7 +2977,6 @@ _initconf() {
 #ACCOUNT_KEY_PATH=\"/path/to/account.key\"
 #ACCOUNT_KEY_PATH=\"/path/to/account.key\"
 #CERT_HOME=\"/path/to/cert/home\"
 #CERT_HOME=\"/path/to/cert/home\"
 
 
-#ACCOUNT_URL=\"\"
 
 
 
 
 #LOG_FILE=\"$DEFAULT_LOG_FILE\"
 #LOG_FILE=\"$DEFAULT_LOG_FILE\"