Unverified Commit d93a5b2d authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #4841 from podguzovvasily/patch-1

Update haproxy.sh
parents fe890c62 8ca5ca65
...@@ -147,7 +147,7 @@ haproxy_deploy() { ...@@ -147,7 +147,7 @@ haproxy_deploy() {
# Create a temporary PEM file # Create a temporary PEM file
_temppem="$(_mktemp)" _temppem="$(_mktemp)"
_debug _temppem "${_temppem}" _debug _temppem "${_temppem}"
cat "${_ckey}" "${_ccert}" "${_cca}" >"${_temppem}" cat "${_ccert}" "${_cca}" "${_ckey}" >"${_temppem}"
_ret="$?" _ret="$?"
# Check that we could create the temporary file # Check that we could create the temporary file
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment