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
89989adc
Commit
89989adc
authored
Mar 20, 2019
by
temoffey
Browse files
fix syntax
parent
95cdb4b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/gcore_cdn.sh
View file @
89989adc
...
...
@@ -65,7 +65,7 @@ gcore_cdn_deploy() {
_debug _response
"
$_response
"
_token
=
$(
echo
"
$_response
"
| jq
-r
'.token'
)
_debug _token
"
$_token
"
if
[
"
$_token
"
=
"null"
]
;
then
_err
"Error G-Core Labs API authorization"
return
1
...
...
@@ -97,7 +97,7 @@ gcore_cdn_deploy() {
_sslDataAdd
=
$(
echo
"
$_response
"
| jq
-r
'.id'
)
_debug _sslDataAdd
"
$_sslDataAdd
"
if
[
"
$_sslDataAdd
"
=
=
"null"
]
;
then
if
[
"
$_sslDataAdd
"
=
"null"
]
;
then
_err
"Error new SSL certificate add"
return
1
fi
...
...
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