Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Docker Nginx
Commits
e44442c7
Commit
e44442c7
authored
Jun 13, 2022
by
name
Browse files
删除debug信息
parent
5930c7a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-entrypoint.sh
View file @
e44442c7
...
...
@@ -60,7 +60,7 @@ function StartAcmesh() {
/root/.acme.sh/acme.sh
--register-account
-m
$mail
echo
"[
$(
date
)
] acme.sh issue .."
/root/.acme.sh/acme.sh
--issue
--nginx
--debug
$ACME_DOMAIN_OPTION
--renew-hook
"
${
RELOAD_CMD
}
"
/root/.acme.sh/acme.sh
--issue
--nginx
$ACME_DOMAIN_OPTION
--renew-hook
"
${
RELOAD_CMD
}
"
echo
"[
$(
date
)
] acme.sh install-cert .."
/root/.acme.sh/acme.sh
--install-cert
$ACME_DOMAIN_OPTION
\
...
...
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