From 0619429c0043bcaf395c164fca9841d9d33b1339 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 7 Oct 2024 23:13:48 -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 a8cabf3..b851102 100755 --- a/launch.sh +++ b/launch.sh @@ -18,7 +18,7 @@ if [ "$1" == "pong" ]; then elif [ "$1" == "mesh" ]; then python3 mesh_bot.py else - printf "\nPlease provide a bot to launch (pong/mesh)" + printf "\nActivated virtual environment use 'deactivate' to exit\n" fi deactivate \ No newline at end of file