Skip to content

Commit 8c7506a

Browse files
authored
Merge pull request #288 from SeleniumHQ/override-variables
fix broken entry_point.sh. couldnt override env variables. this also …
2 parents f567c39 + 5057fc5 commit 8c7506a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Hub/entry_point.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
ROOT=/opt/selenium
44
CONF=$ROOT/config.json
55

6+
$ROOT/generate_config >$CONF
7+
68
echo "starting selenium hub with configuration:"
79
cat $CONF
810

0 commit comments

Comments
 (0)