mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 15:31:45 +00:00
Fix variable name
This commit is contained in:
parent
3a95bfb699
commit
c47e67e52c
@ -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…
Reference in New Issue
Block a user