Browse Source
remove more whitespace (trying to get TravisCI working)
master
Daniel Watrous
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
deploy/haproxy.sh
|
@ -28,7 +28,6 @@ haproxy_deploy() { |
|
|
_err "Path to save PEM file not found. Please define DEPLOY_HAPROXY_PEM_PATH." |
|
|
_err "Path to save PEM file not found. Please define DEPLOY_HAPROXY_PEM_PATH." |
|
|
return 1 |
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
_pem_full_path="$_pem_path/$_cdomain.pem" |
|
|
_pem_full_path="$_pem_path/$_cdomain.pem" |
|
|
_info "Full path to PEM $_pem_full_path" |
|
|
_info "Full path to PEM $_pem_full_path" |
|
|
|
|
|
|
|
|