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