Skip to content

Commit

Permalink
fixes locust startup
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronwalker committed Feb 21, 2024
1 parent 5ed0f03 commit b03aed7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions locust/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ ${1} = "locust" ] ; then
fi
;;
esac
fi


exec "$@"
exec "locust ${LOCUST_OPTS}"
else
exec "$@"
fi

0 comments on commit b03aed7

Please sign in to comment.