mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
ssl
This commit is contained in:
@@ -17,6 +17,9 @@ else
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
|
||||||
|
export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
# launch the application
|
# launch the application
|
||||||
if [[ "$1" == pong* ]]; then
|
if [[ "$1" == pong* ]]; then
|
||||||
python3 pong_bot.py
|
python3 pong_bot.py
|
||||||
|
|||||||
Reference in New Issue
Block a user