Skip to content

Commit

Permalink
Merge c6d0b86 into 7fffb2d
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 authored Oct 14, 2019
2 parents 7fffb2d + c6d0b86 commit 5ff6a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_dev_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ff6a6d

Please sign in to comment.