Skip to content

Commit

Permalink
CV2-5709 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney committed Nov 20, 2024
1 parent aabbb7a commit 6f2a8bd
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 6f2a8bd

Please sign in to comment.