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
cd441d45
Commit
cd441d45
authored
Mar 08, 2016
by
neil
Browse files
Merge branch 'refs/heads/pr/87'
parents
d6863a09
eef38fcc
Changes
1
Show whitespace changes
Inline
Side-by-side
le.sh
View file @
cd441d45
...
...
@@ -389,6 +389,9 @@ _initpath() {
domainhome
=
"
$LE_WORKING_DIR
/
$domain
"
mkdir
-p
"
$domainhome
"
if
[
-z
"
$DOMAIN_PATH
"
]
;
then
DOMAIN_PATH
=
"
$domainhome
"
fi
if
[
-z
"
$DOMAIN_CONF
"
]
;
then
DOMAIN_CONF
=
"
$domainhome
/
$Le_Domain
.conf"
fi
...
...
@@ -987,6 +990,7 @@ renewAll() {
Le_ReloadCmd
=
""
DOMAIN_PATH
=
""
DOMAIN_CONF
=
""
DOMAIN_SSL_CONF
=
""
CSR_PATH
=
""
...
...
@@ -1050,7 +1054,7 @@ installcert() {
if
[
"
$Le_ReloadCmd
"
]
;
then
_info
"Run Le_ReloadCmd:
$Le_ReloadCmd
"
eval
$Le_ReloadCmd
(
cd
$DOMAIN_PATH
&&
eval
$Le_ReloadCmd
)
fi
}
...
...
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