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
5f9daa66
Commit
5f9daa66
authored
Jun 01, 2021
by
neil
Browse files
check initAPI error
parent
9edda556
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
5f9daa66
...
@@ -4132,7 +4132,9 @@ issue() {
...
@@ -4132,7 +4132,9 @@ issue() {
_debug
"Using ACME_DIRECTORY:
$ACME_DIRECTORY
"
_debug
"Using ACME_DIRECTORY:
$ACME_DIRECTORY
"
_initAPI
if
!
_initAPI
;
then
return
1
fi
if
[
-f
"
$DOMAIN_CONF
"
]
;
then
if
[
-f
"
$DOMAIN_CONF
"
]
;
then
Le_NextRenewTime
=
$(
_readdomainconf Le_NextRenewTime
)
Le_NextRenewTime
=
$(
_readdomainconf Le_NextRenewTime
)
...
...
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