From 9fe580a3cbd35c6b6f31f82bfa1c6b6a666e47c8 Mon Sep 17 00:00:00 2001 From: Kelly Date: Sat, 18 Apr 2026 17:17:56 -0700 Subject: [PATCH] Update launch.sh --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch.sh b/launch.sh index 9917baa..55eaf08 100755 --- a/launch.sh +++ b/launch.sh @@ -19,7 +19,7 @@ fi export REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt -#export HOME=$(pwd) +export HOME=$(pwd) # launch the application if [[ "$1" == pong* ]]; then python3 pong_bot.py