Browse Source

Fix variable name

pull/1591/head
andrewheberle 7 years ago
committed by GitHub
parent
commit
c47e67e52c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      deploy/haproxy.sh

4
deploy/haproxy.sh

@ -61,8 +61,8 @@ haproxy_deploy() {
return 1
fi
else
Le_Deploy_haproxy_cert="${DEPLOY_HAPROXY_PEM}"
_savedomainconf Le_Deploy_haproxy_cert "${Le_Deploy_haproxy_pem}"
Le_Deploy_haproxy_pem="${DEPLOY_HAPROXY_PEM}"
_savedomainconf Le_Deploy_haproxy_pem "${Le_Deploy_haproxy_pem}"
fi
# BUNDLE is optional. If not provided then assume "${DEPLOY_HAPROXY_BUNDLE_DEFAULT}"

Loading…
Cancel
Save