mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-10-31 19:41:45 +00:00
Actually set reload default
This commit is contained in:
parent
0a4e61c1dd
commit
454c90820d
@ -7,7 +7,7 @@
|
|||||||
# export DEPLOY_HAPROXY_PEM_NAME="${domain}.pem"
|
# export DEPLOY_HAPROXY_PEM_NAME="${domain}.pem"
|
||||||
#
|
#
|
||||||
# Defines the name of the PEM file.
|
# Defines the name of the PEM file.
|
||||||
# Defaults to "domain.pem"
|
# Defaults to "<domain>.pem"
|
||||||
#
|
#
|
||||||
# export DEPLOY_HAPROXY_PEM_PATH="/etc/haproxy"
|
# export DEPLOY_HAPROXY_PEM_PATH="/etc/haproxy"
|
||||||
#
|
#
|
||||||
@ -52,7 +52,7 @@ haproxy_deploy() {
|
|||||||
DEPLOY_HAPROXY_PEM_NAME_DEFAULT="${_cdomain}.pem"
|
DEPLOY_HAPROXY_PEM_NAME_DEFAULT="${_cdomain}.pem"
|
||||||
DEPLOY_HAPROXY_BUNDLE_DEFAULT="no"
|
DEPLOY_HAPROXY_BUNDLE_DEFAULT="no"
|
||||||
DEPLOY_HAPROXY_ISSUER_DEFAULT="no"
|
DEPLOY_HAPROXY_ISSUER_DEFAULT="no"
|
||||||
DEPLOY_HAPROXY_RELOAD_DEFAULT="systemctl reload haproxy"
|
DEPLOY_HAPROXY_RELOAD_DEFAULT="true"
|
||||||
|
|
||||||
if [ -f "${DOMAIN_CONF}" ]; then
|
if [ -f "${DOMAIN_CONF}" ]; then
|
||||||
# shellcheck disable=SC1090
|
# shellcheck disable=SC1090
|
||||||
|
Loading…
Reference in New Issue
Block a user