mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
update for POSIX compliance
This commit is contained in:
parent
e9e999542d
commit
afe5cb588d
@ -22,7 +22,7 @@ haproxy_deploy() {
|
|||||||
|
|
||||||
# handle reload preference
|
# handle reload preference
|
||||||
DEFAULT_HAPROXY_RELOAD="/usr/sbin/service haproxy restart"
|
DEFAULT_HAPROXY_RELOAD="/usr/sbin/service haproxy restart"
|
||||||
if [[ -z "${DEPLOY_HAPROXY_RELOAD}" ]]; then
|
if [ -z "${DEPLOY_HAPROXY_RELOAD}" ]; then
|
||||||
_reload="${DEFAULT_HAPROXY_RELOAD}"
|
_reload="${DEFAULT_HAPROXY_RELOAD}"
|
||||||
_cleardomainconf DEPLOY_HAPROXY_RELOAD
|
_cleardomainconf DEPLOY_HAPROXY_RELOAD
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user