Commit c0da8015 authored by William Sellitti's avatar William Sellitti
Browse files

Revert "'+' are being converted to ' ' at some point"

This reverts commit 149310e1.
parent 149310e1
...@@ -106,7 +106,7 @@ proxmoxve_deploy(){ ...@@ -106,7 +106,7 @@ proxmoxve_deploy(){
# _psot function. # _psot function.
_json_payload=$(cat << HEREDOC _json_payload=$(cat << HEREDOC
{ {
"certificates": "$(tr '\n' ':' < "$_cfullchain" | sed 's/:/\\n/g' -e 's/+/\+/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",
......
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