Skip to content

Commit fe30bf7

Browse files
authored
Merge pull request #5252 from williamdes/patch-1
Add ACCOUNT_THUMBPRINT to update account
2 parents 5f68ad4 + 3fc39aa commit fe30bf7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

acme.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3881,6 +3881,9 @@ updateaccount() {
38813881
if [ "$code" = '200' ]; then
38823882
echo "$response" >"$ACCOUNT_JSON_PATH"
38833883
_info "Account update success for $_accUri."
3884+
3885+
ACCOUNT_THUMBPRINT="$(__calc_account_thumbprint)"
3886+
_info "ACCOUNT_THUMBPRINT" "$ACCOUNT_THUMBPRINT"
38843887
else
38853888
_info "An error occurred and the account was not updated."
38863889
return 1

0 commit comments

Comments
 (0)