Fix ssl verification failures for christmas dash
This commit is contained in:
@@ -9,4 +9,6 @@ if [[ ! -x "$gameExecutable" ]]; then
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
pushd "${gameDir}"
|
pushd "${gameDir}"
|
||||||
|
SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt \
|
||||||
|
REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt \
|
||||||
"${gameExecutable}"
|
"${gameExecutable}"
|
||||||
|
|||||||
Reference in New Issue
Block a user