]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
fix warning
authorneilpang <neil@neilpang.com>
Thu, 28 Jun 2018 14:21:22 +0000 (22:21 +0800)
committerneilpang <neil@neilpang.com>
Thu, 28 Jun 2018 14:21:22 +0000 (22:21 +0800)
deploy/cpanel_uapi.sh

index 01cb94ee118cd5b043242e41f7abcf0fa22fe004..44844f79e4e800637f486f88e8cd9502b42e588e 100644 (file)
@@ -33,8 +33,8 @@ cpanel_uapi_deploy() {
     return 1
   fi
   # read cert and key files and urlencode both
-  _cert=$(_url_encode < "$_ccert")
-  _key=$(_url_encode < "$_ckey")
+  _cert=$(_url_encode <"$_ccert")
+  _key=$(_url_encode <"$_ckey")
 
   _debug _cert "$_cert"
   _debug _key "$_key"