fix ip address determination

This commit is contained in:
2017-06-13 13:25:48 +01:00
parent 77eb5e9c73
commit 749cc534b5

View File

@@ -1,6 +1,6 @@
FROM = debian:jessie
MODE = minimal
PROXY = $(shell ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | cut -d' ' -f1)
PROXY = $(shell ifconfig eth0 | grep 'inet' | cut -d: -f2 | awk '{ print $2}')
TIMEZONE = Europe/London
JOBS = 2
CLEANUP = true