From e4b8d9b9d67247482a0114d11bbabe3e13fbfea7 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 25 Sep 2016 22:54:58 +0800 Subject: [PATCH] minor, No need to save ACCOUNT_URL --- acme.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/acme.sh b/acme.sh index 798fc287..52aa33df 100755 --- a/acme.sh +++ b/acme.sh @@ -1836,8 +1836,6 @@ _regAccount() { _accUri="$(echo "$responseHeaders" | grep "^Location:" | cut -d ' ' -f 2| tr -d "\r\n")" _debug "_accUri" "$_accUri" - ACCOUNT_URL="$_accUri" - _saveaccountconf ACCOUNT_URL "$ACCOUNT_URL" _tos="$(echo "$responseHeaders" | grep "^Link:.*rel=\"terms-of-service\"" | _egrep_o "<.*>" | tr -d '<>')" _debug "_tos" "$_tos" @@ -2979,7 +2977,6 @@ _initconf() { #ACCOUNT_KEY_PATH=\"/path/to/account.key\" #CERT_HOME=\"/path/to/cert/home\" -#ACCOUNT_URL=\"\" #LOG_FILE=\"$DEFAULT_LOG_FILE\"