remove whitespace

This commit is contained in:
Daniel Watrous 2018-05-03 12:17:26 -05:00 committed by GitHub
parent 7573e560b6
commit ec73aeba16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"