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
bd1bb7a7
Commit
bd1bb7a7
authored
Mar 22, 2019
by
temoffey
Browse files
fix syntax
parent
4b6e7e6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/gcore_cdn.sh
View file @
bd1bb7a7
...
...
@@ -27,8 +27,8 @@ gcore_cdn_deploy() {
_debug _cca
"
$_cca
"
_debug _cfullchain
"
$_cfullchain
"
_fullchain
=
$(
cat
"
$_cfullchain
"
|
tr
'\n\r'
'@#'
|
sed
's/@/\\n/g;s/#/\\r/g'
)
_key
=
$(
cat
"
$_ckey
"
|
tr
'\n\r'
'@#'
|
sed
's/@/\\n/g;s/#/\\r/g'
)
_fullchain
=
$(
tr
'\n\r'
'@#'
<
"
$_cfullchain
"
|
sed
's/@/\\n/g;s/#/\\r/g'
)
_key
=
$(
tr
'\n\r'
'@#'
<
"
$_ckey
"
|
sed
's/@/\\n/g;s/#/\\r/g'
)
_debug _fullchain
"
$_fullchain
"
_debug _key
"
$_key
"
...
...
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