Skip to content

Commit

Permalink
Merge pull request #131 from meedan/cv2-5709-fix-equality
Browse files Browse the repository at this point in the history
CV2-5709 fix typo
  • Loading branch information
DGaffney authored Nov 20, 2024
2 parents aabbb7a + 6f2a8bd commit 61278b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 61278b0

Please sign in to comment.