浏览代码

Update proxmoxve.sh

neil 3 年之前
父节点
当前提交
9b79743c5d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deploy/proxmoxve.sh

+ 1 - 1
deploy/proxmoxve.sh

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