Add ACCOUNT_THUMBPRINT to update account

Ref: #590
This commit is contained in:
William Desportes 2024-08-19 13:30:11 +00:00 committed by GitHub
parent 0f61e9c15e
commit 3fc39aad33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3881,6 +3881,9 @@ updateaccount() {
if [ "$code" = '200' ]; then
echo "$response" >"$ACCOUNT_JSON_PATH"
_info "Account update success for $_accUri."
ACCOUNT_THUMBPRINT="$(__calc_account_thumbprint)"
_info "ACCOUNT_THUMBPRINT" "$ACCOUNT_THUMBPRINT"
else
_info "An error occurred and the account was not updated."
return 1