Unverified Commit 9b79743c authored by neil's avatar neil Committed by GitHub
Browse files

Update proxmoxve.sh

parent a3868268
...@@ -115,7 +115,7 @@ proxmoxve_deploy() { ...@@ -115,7 +115,7 @@ proxmoxve_deploy() {
cat <<HEREDOC cat <<HEREDOC
{ {
"certificates": "$(tr '\n' ':' <"$_cfullchain" | sed 's/:/\\n/g')", "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", "node":"$_node_name",
"restart":"1", "restart":"1",
"force":"1" "force":"1"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment