diff --git a/setup_dev_env.sh b/setup_dev_env.sh index da6c43af..0074655c 100644 --- a/setup_dev_env.sh +++ b/setup_dev_env.sh @@ -9,7 +9,7 @@ docker build -t quantumleap . source deps.env -LH=`( /sbin/ifconfig eth0 | grep 'inet' | cut -d: -f2 | awk '{ print $1}' ) 2> /dev/null` +LH=`( /sbin/ifconfig ens4 | grep 'inet' | cut -d: -f2 | awk '{ print $1}' ) 2> /dev/null` if [ -z "$LH" ] then # Aliasing so that notifications from orion container reach dev localhost