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
e8b54a50
Commit
e8b54a50
authored
Mar 18, 2018
by
neilpang
Browse files
fix ACCOUNT_URL
parent
39852662
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
e8b54a50
...
@@ -3538,7 +3538,7 @@ issue() {
...
@@ -3538,7 +3538,7 @@ issue() {
_saved_account_key_hash="$(_readcaconf "CA_KEY_HASH")"
_saved_account_key_hash="$(_readcaconf "CA_KEY_HASH")"
_debug2 _saved_account_key_hash "$_saved_account_key_hash"
_debug2 _saved_account_key_hash "$_saved_account_key_hash"
if
[
-z
"
$_saved_account_key_hash
"
]
||
[
"
$_saved_account_key_hash
"
!=
"
$(
__calcAccountKeyHash
)
"
]
;
then
if [ -z
"$ACCOUNT_URL" ] || [ -z
"$_saved_account_key_hash" ] || [ "$_saved_account_key_hash" != "$(__calcAccountKeyHash)" ]; then
if ! _regAccount "$_accountkeylength"; then
if ! _regAccount "$_accountkeylength"; then
_on_issue_err "$_post_hook"
_on_issue_err "$_post_hook"
return 1
return 1
...
...
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