We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67c20e commit 12c5c89Copy full SHA for 12c5c89
scripts/docker/start.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
if [ $# -eq 0 ]; then
4
- echo "Usage: start.sh [PROCESS_TYPE](server | worker | beat | flower | bot)"
+ echo "Usage: start.sh [PROCESS_TYPE](server | worker | beat | flower)"
5
exit 1
6
fi
7
@@ -74,10 +74,7 @@ elif [ "$PROCESS_TYPE" = "flower" ]; then
74
--loglevel INFO \
75
--conf=contestsuite/flowerconfig.py
76
77
-elif [ "$PROCESS_TYPE" = "bot" ]; then
78
- python \
79
- bot.py
80
else
81
- echo "Invalid [PROCESS_TYPE](server | worker | beat | flower | bot)"
+ echo "Invalid [PROCESS_TYPE](server | worker | beat | flower)"
82
83
0 commit comments