diff --git a/tests/tests_jc2server.sh b/tests/tests_jc2server.sh index 47c042123..7c4a39c2e 100644 --- a/tests/tests_jc2server.sh +++ b/tests/tests_jc2server.sh @@ -705,8 +705,8 @@ echo "=================================" echo "Description:" echo "Inserting Travis IP in to config." echo "Allows monitor to work" -#travisip=$(ip -o -4 addr|awk '{print $4}'|grep -oe '\([0-9]\{1,3\}\.\?\)\{4\}'|grep -v 127.0.0) -#sed -i '/BindIP/c\BindIP = \"${travisip}\",' "${serverfiles}/config.lua" +travisip=$(ip -o -4 addr|grep eth0|awk '{print $4}'|grep -oe '\([0-9]\{1,3\}\.\?\)\{4\}'|grep -v 127.0.0) +sed -i '/BindIP/c\BindIP = \"${travisip}\",' "${serverfiles}/config.lua" echo "IP: ${ip}" ifconfig echo ""