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
63407041
Commit
63407041
authored
May 01, 2019
by
Тимур Яхин
Committed by
neil
May 01, 2019
Browse files
fixed line breaks for support api gcore_cdn (#2237)
parent
b50e701c
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/gcore_cdn.sh
View file @
63407041
...
@@ -27,8 +27,8 @@ gcore_cdn_deploy() {
...
@@ -27,8 +27,8 @@ gcore_cdn_deploy() {
_debug _cca
"
$_cca
"
_debug _cca
"
$_cca
"
_debug _cfullchain
"
$_cfullchain
"
_debug _cfullchain
"
$_cfullchain
"
_fullchain
=
$(
tr
'\
n\r
'
'
@
#'
<
"
$_cfullchain
"
|
sed
's/
@/\\n
/g;s/#/\\
r
/g'
)
_fullchain
=
$(
tr
'\
r\n
'
'
*
#'
<
"
$_cfullchain
"
|
sed
's/
*#/#/g;s/##/#
/g;s/#/\\
n
/g'
)
_key
=
$(
tr
'\
n\r
'
'
@
#'
<
"
$_ckey
"
|
sed
's/
@/\\n
/g;s/#/\\
r
/g'
)
_key
=
$(
tr
'\
r\n
'
'
*
#'
<
"
$_ckey
"
|
sed
's/
*#/#
/g;s/#/\\
n
/g'
)
_debug _fullchain
"
$_fullchain
"
_debug _fullchain
"
$_fullchain
"
_debug _key
"
$_key
"
_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