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
ca2a96b3
Commit
ca2a96b3
authored
Apr 27, 2016
by
neil
Browse files
ignore the installcert error for 'issue'
parent
4d2f38b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
ca2a96b3
...
...
@@ -1474,7 +1474,10 @@ issue() {
installcert
$Le_Domain
"
$Le_RealCertPath
"
"
$Le_RealKeyPath
"
"
$Le_RealCACertPath
"
"
$Le_ReloadCmd
"
"
$Le_RealFullChainPath
"
if
[
"
$?
"
=
"9"
]
;
then
#ignore the empty install error.
return
0
fi
}
renew
()
{
...
...
@@ -1609,7 +1612,7 @@ installcert() {
if
[
"
$_installed
"
=
"0"
]
;
then
_err
"Nothing to install. You don't specify any parameter."
return
1
return
9
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