From 5057fc5544e4952ddc55fbc9d4e6c52b9b4bd8b2 Mon Sep 17 00:00:00 2001 From: Daniel Davison Date: Mon, 26 Sep 2016 14:12:41 -0400 Subject: [PATCH] fix broken entry_point.sh. couldnt override env variables. this also works in alignment with #185 --- Hub/entry_point.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Hub/entry_point.sh b/Hub/entry_point.sh index 0389664ea9..4c8472ce64 100755 --- a/Hub/entry_point.sh +++ b/Hub/entry_point.sh @@ -3,6 +3,8 @@ ROOT=/opt/selenium CONF=$ROOT/config.json +$ROOT/generate_config >$CONF + echo "starting selenium hub with configuration:" cat $CONF