This commit is contained in:
neil 2016-08-25 13:17:42 +08:00
parent 78009539d1
commit 775bd1abd0
1 changed files with 1 additions and 1 deletions

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
;;