Skip to content

Commit

Permalink
6in4: add missing colon when setting default ca_path
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Golle <[email protected]>
  • Loading branch information
dangowrt committed Jan 23, 2017
1 parent fb07085 commit 1590b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/network/ipv6/6in4/files/6in4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ proto_6in4_setup() {
local http="http"
local urlget="uclient-fetch"
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
[ "$http" = "https" -a -z "$(find $ca_path -name "*.0" 2>/dev/null)" ] && {
Expand Down

0 comments on commit 1590b0f

Please sign in to comment.