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
352dd907
Commit
352dd907
authored
Oct 18, 2017
by
neilpang
Browse files
fix
https://github.com/Neilpang/acme.sh/issues/1074
parent
872bfe47
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
352dd907
...
@@ -3135,7 +3135,7 @@ _regAccount() {
...
@@ -3135,7 +3135,7 @@ _regAccount() {
fi
fi
if [ "$code" = '202' ]; then
if [ "$code" = '202' ]; then
_info "Update account tos info success."
_info "Update account tos info success."
echo "$response" >"$ACCOUNT_JSON_PATH"
CA_KEY_HASH="$(__calcAccountKeyHash)"
CA_KEY_HASH="$(__calcAccountKeyHash)"
_debug "Calc CA_KEY_HASH" "$CA_KEY_HASH"
_debug "Calc CA_KEY_HASH" "$CA_KEY_HASH"
_savecaconf CA_KEY_HASH "$CA_KEY_HASH"
_savecaconf CA_KEY_HASH "$CA_KEY_HASH"
...
...
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