Commit 775bd1ab authored by neil's avatar neil
Browse files

minor

parent 78009539
...@@ -3104,7 +3104,7 @@ _process() { ...@@ -3104,7 +3104,7 @@ _process() {
HTTPS_INSECURE="1" HTTPS_INSECURE="1"
;; ;;
--ca-bundle) --ca-bundle)
_ca_bundle=$(readlink -f $2) _ca_bundle="$(readlink -f $2)"
CA_BUNDLE="$_ca_bundle" CA_BUNDLE="$_ca_bundle"
shift shift
;; ;;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment