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
9672c6b8
Commit
9672c6b8
authored
Oct 30, 2018
by
neilpang
Browse files
fix
https://github.com/Neilpang/acme.sh/issues/1905
parent
55369d30
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
9672c6b8
...
@@ -4602,7 +4602,8 @@ deploy() {
...
@@ -4602,7 +4602,8 @@ deploy() {
_initpath
"
$_d
"
"
$_isEcc
"
_initpath
"
$_d
"
"
$_isEcc
"
if
[
!
-d
"
$DOMAIN_PATH
"
]
;
then
if
[
!
-d
"
$DOMAIN_PATH
"
]
;
then
_err
"Domain is not valid:'
$_d
'"
_err
"The domain '
$_d
' is not a cert name. You must use the cert name to specify the cert to install."
_err
"Can not find path:'
$DOMAIN_PATH
'"
return
1
return
1
fi
fi
...
@@ -4629,7 +4630,8 @@ installcert() {
...
@@ -4629,7 +4630,8 @@ installcert() {
_initpath
"
$_main_domain
"
"
$_isEcc
"
_initpath
"
$_main_domain
"
"
$_isEcc
"
if
[
!
-d
"
$DOMAIN_PATH
"
]
;
then
if
[
!
-d
"
$DOMAIN_PATH
"
]
;
then
_err
"Domain is not valid:'
$_main_domain
'"
_err
"The domain '
$_main_domain
' is not a cert name. You must use the cert name to specify the cert to install."
_err
"Can not find path:'
$DOMAIN_PATH
'"
return
1
return
1
fi
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