mirror of
https://github.com/hiskang/acme.sh
synced 2025-08-23 08:41:29 +00:00
Merge pull request #1075 from Neilpang/dev
fix https://github.com/Neilpang/acme.sh/issues/1074
This commit is contained in:
commit
8aff2bd74c
2
acme.sh
2
acme.sh
@ -3135,7 +3135,7 @@ _regAccount() {
|
||||
fi
|
||||
if [ "$code" = '202' ]; then
|
||||
_info "Update account tos info success."
|
||||
|
||||
echo "$response" >"$ACCOUNT_JSON_PATH"
|
||||
CA_KEY_HASH="$(__calcAccountKeyHash)"
|
||||
_debug "Calc CA_KEY_HASH" "$CA_KEY_HASH"
|
||||
_savecaconf CA_KEY_HASH "$CA_KEY_HASH"
|
||||
|
Loading…
x
Reference in New Issue
Block a user