Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
c0da8015
Commit
c0da8015
authored
Jun 18, 2022
by
William Sellitti
Browse files
Revert "'+' are being converted to ' ' at some point"
This reverts commit
149310e1
.
parent
149310e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/proxmoxve.sh
View file @
c0da8015
...
...
@@ -106,7 +106,7 @@ proxmoxve_deploy(){
# _psot function.
_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'
)
",
"node":"
$_node_name
",
"restart":"1",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment