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
05dea7b2
Commit
05dea7b2
authored
Jun 28, 2018
by
neilpang
Browse files
fix warning
parent
5b3f915d
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/cpanel_uapi.sh
View file @
05dea7b2
...
...
@@ -33,8 +33,8 @@ cpanel_uapi_deploy() {
return
1
fi
# read cert and key files and urlencode both
_cert
=
$(
cat
"
$_ccert
"
| _url_encode
)
_key
=
$(
cat
"
$_ckey
"
|
_url_encode
)
_cert
=
$(
_url_encode <
"
$_ccert
"
)
_key
=
$(
_url_encode
<
"
$_ckey
"
)
_debug _cert
"
$_cert
"
_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