Skip to content
Snippets Groups Projects
Commit 1590b0fa authored by Daniel Golle's avatar Daniel Golle
Browse files

6in4: add missing colon when setting default ca_path


Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
parent fb070852
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ proto_6in4_setup() { ...@@ -84,7 +84,7 @@ proto_6in4_setup() {
local http="http" local http="http"
local urlget="uclient-fetch" local urlget="uclient-fetch"
local urlget_opts="-qO-" local urlget_opts="-qO-"
local ca_path="${SSL_CERT_DIR-/etc/ssl/certs}" local ca_path="${SSL_CERT_DIR:-/etc/ssl/certs}"
[ -f /lib/libustream-ssl.so ] && http=https [ -f /lib/libustream-ssl.so ] && http=https
[ "$http" = "https" -a -z "$(find $ca_path -name "*.0" 2>/dev/null)" ] && { [ "$http" = "https" -a -z "$(find $ca_path -name "*.0" 2>/dev/null)" ] && {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment