Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
0f24417c
Unverified
Commit
0f24417c
authored
Mar 07, 2020
by
neil
Committed by
GitHub
Mar 07, 2020
Browse files
Merge pull request #2769 from ianw/update-account-json
Update account.json on account update
parents
f84a87f2
72e1a1b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
0f24417c
...
@@ -3517,6 +3517,7 @@ updateaccount() {
...
@@ -3517,6 +3517,7 @@ updateaccount() {
_send_signed_request "$_accUri" "$updjson"
_send_signed_request "$_accUri" "$updjson"
if [ "$code" = '200' ]; then
if [ "$code" = '200' ]; then
echo "$response" >"$ACCOUNT_JSON_PATH"
_info "account update success for $_accUri."
_info "account update success for $_accUri."
else
else
_info "Error. The account was not updated."
_info "Error. The account was not updated."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment