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
839bf0e2
Commit
839bf0e2
authored
Jan 22, 2017
by
neilpang
Browse files
fix format
parent
25555b8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
839bf0e2
...
...
@@ -3351,12 +3351,12 @@ _installcert() {
if
[
"
$Le_ReloadCmd
"
]
;
then
_info
"Run Le_ReloadCmd:
$Le_ReloadCmd
"
if
(
export
CERT_PATH
export
CERT_KEY_PATH
export
CA_CERT_PATH
export
CERT_FULLCHAIN_PATH
cd
"
$DOMAIN_PATH
"
&&
eval
"
$Le_ReloadCmd
"
)
;
then
export
CERT_PATH
export
CERT_KEY_PATH
export
CA_CERT_PATH
export
CERT_FULLCHAIN_PATH
cd
"
$DOMAIN_PATH
"
&&
eval
"
$Le_ReloadCmd
"
)
;
then
_info
"
$(
__green
"Reload success"
)
"
else
_err
"Reload error for :
$Le_Domain
"
...
...
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