From 8fae4503028db90bd10a584ecc4c3f196964f8ca Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Mon, 3 Feb 2014 10:57:26 +0100 Subject: [PATCH] de-op-tify ssl bundle --- shell/ssl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/ssl b/shell/ssl index 573bbaf..c503b88 100755 --- a/shell/ssl +++ b/shell/ssl @@ -1,2 +1,2 @@ -[ -f /usr/local/opt/curl-ca-bundle/share/ca-bundle.crt ] \ -&& export SSL_CERT_FILE=/usr/local/opt/curl-ca-bundle/share/ca-bundle.crt +[ -f /usr/local/share/ca-bundle.crt ] \ +&& export SSL_CERT_FILE=/usr/local/share/ca-bundle.crt