mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-12 17:31:47 +00:00
remove whitespace
This commit is contained in:
parent
7573e560b6
commit
ec73aeba16
@ -32,7 +32,7 @@ haproxy_deploy() {
|
|||||||
_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"
|
||||||
|
|
||||||
cat "$_cfullchain" "$_ckey" > "$_pem_full_path"
|
cat "$_cfullchain" "$_ckey" >"$_pem_full_path"
|
||||||
chmod 600 "$_pem_full_path"
|
chmod 600 "$_pem_full_path"
|
||||||
|
|
||||||
_info "Certificate successfully deployed"
|
_info "Certificate successfully deployed"
|
||||||
|
Loading…
Reference in New Issue
Block a user