fix ip address determination
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM = debian:jessie
|
FROM = debian:jessie
|
||||||
MODE = minimal
|
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
|
TIMEZONE = Europe/London
|
||||||
JOBS = 2
|
JOBS = 2
|
||||||
CLEANUP = true
|
CLEANUP = true
|
||||||
|
|||||||
Reference in New Issue
Block a user