mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-10 16:44:11 +00:00
fix warning
This commit is contained in:
parent
c048b7aa63
commit
1aa505ee07
@ -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=$(cat "$_ccert" | _url_encode)
|
_cert=$(_url_encode < "$_ccert")
|
||||||
_key=$(cat "$_ckey" | _url_encode)
|
_key=$(_url_encode < "$_ckey")
|
||||||
|
|
||||||
_debug _cert "$_cert"
|
_debug _cert "$_cert"
|
||||||
_debug _key "$_key"
|
_debug _key "$_key"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user