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
d53262fa
Commit
d53262fa
authored
Mar 31, 2022
by
neilpang
Browse files
fix update account
fix
https://github.com/acmesh-official/acme.sh/issues/4009
parent
532e44bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
d53262fa
...
@@ -3758,7 +3758,7 @@ updateaccount() {
...
@@ -3758,7 +3758,7 @@ updateaccount() {
_email
=
"
$(
_getAccountEmail
)
"
_email
=
"
$(
_getAccountEmail
)
"
if
[
"
$
ACCOUNT_EMAIL
"
]
;
then
if
[
"
$
_email
"
]
;
then
updjson
=
'{"contact": ["mailto:'
$_email
'"]}'
updjson
=
'{"contact": ["mailto:'
$_email
'"]}'
else
else
updjson
=
'{"contact": []}'
updjson
=
'{"contact": []}'
...
...
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