mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-09 16:42:10 +08:00
remove whitespace
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user