Update launch.sh

This commit is contained in:
SpudGunMan
2024-07-10 15:28:05 -07:00
parent 58845a7132
commit f49a07e8e3
+5 -1
View File
@@ -4,7 +4,11 @@
echo "Launches the bot in a virtual environment"
# activate the virtual environment
source venv/bin/activate
#look for venv folder and activate it if found
if [ -d "venv" ]; then
source venv/bin/activate
fi
# launch the application