Skip to content

Commit 3f68480

Browse files
committed
fix broken entry_point.sh. couldnt override env variables. this also works in alignment with #185
1 parent 1587037 commit 3f68480

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)