single interface no public channel bug fix
This commit is contained in:
SpudGunMan
2024-10-12 19:18:46 -07:00
parent 759b89f790
commit fd43eb0ea1
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -17,9 +17,9 @@ else
fi
# launch the application
if [ "$1" == "pong" ]; then
if [[ "$1" == pong* ]]; then
python3 pong_bot.py
elif [ "$1" == "mesh" ]; then
elif [[ "$1" == mesh* ]]; then
python3 mesh_bot.py
elif [ "$1" == "html" ]; then
python3 etc/report_generator.py