mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-16 11:21:47 +00:00
Use base64 for reload
Ensure that reload command is encoded with base64 so special characters in command do not wreck config on renewals
This commit is contained in:
parent
84e1f3649f
commit
01ebb6576d
@ -91,7 +91,7 @@ docker_deploy() {
|
|||||||
_getdeployconf DEPLOY_DOCKER_CONTAINER_RELOAD_CMD
|
_getdeployconf DEPLOY_DOCKER_CONTAINER_RELOAD_CMD
|
||||||
_debug2 DEPLOY_DOCKER_CONTAINER_RELOAD_CMD "$DEPLOY_DOCKER_CONTAINER_RELOAD_CMD"
|
_debug2 DEPLOY_DOCKER_CONTAINER_RELOAD_CMD "$DEPLOY_DOCKER_CONTAINER_RELOAD_CMD"
|
||||||
if [ "$DEPLOY_DOCKER_CONTAINER_RELOAD_CMD" ]; then
|
if [ "$DEPLOY_DOCKER_CONTAINER_RELOAD_CMD" ]; then
|
||||||
_savedeployconf DEPLOY_DOCKER_CONTAINER_RELOAD_CMD "$DEPLOY_DOCKER_CONTAINER_RELOAD_CMD"
|
_savedeployconf DEPLOY_DOCKER_CONTAINER_RELOAD_CMD "$DEPLOY_DOCKER_CONTAINER_RELOAD_CMD" "base64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_cid="$(_get_id "$DEPLOY_DOCKER_CONTAINER_LABEL")"
|
_cid="$(_get_id "$DEPLOY_DOCKER_CONTAINER_LABEL")"
|
||||||
|
Loading…
Reference in New Issue
Block a user