Commit e44442c7 authored by name's avatar name
Browse files

删除debug信息

parent 5930c7a1
......@@ -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 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment