From 6f2a8bd202cb5071af67ec19c11958b97fa1fbdb Mon Sep 17 00:00:00 2001 From: Devin Gaffney Date: Wed, 20 Nov 2024 08:33:06 -0800 Subject: [PATCH] CV2-5709 fix typo --- start_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_all.sh b/start_all.sh index 2ca57bd..f336b9a 100755 --- a/start_all.sh +++ b/start_all.sh @@ -6,7 +6,7 @@ if [ "$ROLE" != "worker" ]; then fi -if [ "$ROLE" = "worker" ]; then +if [ "$ROLE" == "worker" ]; then # Start worker processes NUM_WORKERS=${NUM_WORKERS:-1} # Default to 1 worker if not specified