]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
Update proxmoxve.sh
authorneil <github@neilpang.com>
Thu, 23 Jun 2022 06:12:53 +0000 (14:12 +0800)
committerGitHub <noreply@github.com>
Thu, 23 Jun 2022 06:12:53 +0000 (14:12 +0800)
deploy/proxmoxve.sh

index 742c977de045f66593b37df0953d2b88f03c858b..216a8fc708f7e3988690b5c34cb1edc958590b5c 100644 (file)
@@ -115,7 +115,7 @@ proxmoxve_deploy() {
     cat <<HEREDOC
 {
   "certificates": "$(tr '\n' ':' <"$_cfullchain" | sed 's/:/\\n/g')",
-  "key": "$(tr '\n' ':' <"$_ckey" |sed 's/:/\\n/g')",
+  "key": "$(tr '\n' ':' <"$_ckey" | sed 's/:/\\n/g')",
   "node":"$_node_name",
   "restart":"1",
   "force":"1"