From d80b2da06a51a83b338db4a384f6b0ad63df1897 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sun, 28 Sep 2025 17:18: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 610eab8..df4361c 100755 --- a/launch.sh +++ b/launch.sh @@ -28,7 +28,7 @@ elif [ "$1" == "html5" ]; then python3 etc/report_generator5.py elif [[ "$1" == add* ]]; then python3 script/addFav.py -elif [ "$1" == "update" ]; then +elif [ "$1" == update* ]; then ./update.sh else echo "Please provide a bot to launch (pong/mesh) or a report to generate (html/html5) or addFav"