diff --git a/Distributor/start-selenium-grid-distributor.sh b/Distributor/start-selenium-grid-distributor.sh index 278e92bcbe..923e8cb97d 100755 --- a/Distributor/start-selenium-grid-distributor.sh +++ b/Distributor/start-selenium-grid-distributor.sh @@ -150,13 +150,18 @@ if [ ! -z "$SE_NEW_SESSION_THREAD_POOL_SIZE" ]; then fi EXTRA_LIBS="" +if [ -n "${SE_EXTRA_LIBS}" ]; then + EXTRA_LIBS="--ext ${SE_EXTRA_LIBS}" +fi if [ "${SE_ENABLE_TRACING}" = "true" ] && [ -n "${SE_OTEL_EXPORTER_ENDPOINT}" ]; then EXTERNAL_JARS=$(