1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-20 04:43:03 +00:00
This commit is contained in:
neil
2016-08-25 13:17:42 +08:00
parent 78009539d1
commit 775bd1abd0
+1 -1
View File
@@ -3104,7 +3104,7 @@ _process() {
HTTPS_INSECURE="1"
;;
--ca-bundle)
_ca_bundle=$(readlink -f $2)
_ca_bundle="$(readlink -f $2)"
CA_BUNDLE="$_ca_bundle"
shift
;;