Store absolule path to ca-bundle file

pull/274/head
Patrick Sodré 9 years ago
parent 9a408ff059
commit 8f80d3419f

@ -3102,7 +3102,7 @@ _process() {
HTTPS_INSECURE="1"
;;
--ca-bundle)
_ca_bundle="$2"
_ca_bundle=$(readlink -f $2)
CA_BUNDLE="$_ca_bundle"
shift
;;

Loading…
Cancel
Save