Unverified Commit 0f24417c authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #2769 from ianw/update-account-json

Update account.json on account update
parents f84a87f2 72e1a1b2
......@@ -3517,6 +3517,7 @@ updateaccount() {
_send_signed_request "$_accUri" "$updjson"
if [ "$code" = '200' ]; then
echo "$response" >"$ACCOUNT_JSON_PATH"
_info "account update success for $_accUri."
else
_info "Error. The account was not updated."
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment