From 166b15463aadaa6f782a3c5f23d18eb6da61c3f8 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 26 Sep 2025 15:46:36 -0700 Subject: [PATCH] Update launch.sh --- launch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launch.sh b/launch.sh index 295d9dd..f8e3a32 100755 --- a/launch.sh +++ b/launch.sh @@ -26,10 +26,10 @@ elif [ "$1" == "html" ]; then python3 etc/report_generator.py elif [ "$1" == "html5" ]; then python3 etc/report_generator5.py -elif [ "$1" == add* ]; 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)" + echo "Please provide a bot to launch (pong/mesh) or a report to generate (html/html5) or addFav" exit 1 fi