From d02924bfdadcafa96264ef29337e9db7209cc359 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 26 Sep 2025 15:45:26 -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 fbd4e8a..295d9dd 100755 --- a/launch.sh +++ b/launch.sh @@ -26,7 +26,7 @@ elif [ "$1" == "html" ]; then python3 etc/report_generator.py elif [ "$1" == "html5" ]; then python3 etc/report_generator5.py -elif [ "$1" == "addfav" ]; then +elif [ "$1" == add* ]; then python3 script/addFav.py else echo "Please provide a bot to launch (pong/mesh) or a report to generate (html/html5)"