Unverified Commit ec73aeba authored by Daniel Watrous's avatar Daniel Watrous Committed by GitHub
Browse files

remove whitespace

parent 7573e560
......@@ -32,7 +32,7 @@ haproxy_deploy() {
_pem_full_path="$_pem_path/$_cdomain.pem"
_info "Full path to PEM $_pem_full_path"
cat "$_cfullchain" "$_ckey" > "$_pem_full_path"
cat "$_cfullchain" "$_ckey" >"$_pem_full_path"
chmod 600 "$_pem_full_path"
_info "Certificate successfully deployed"
......
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