From 1b67cfc5c6d3361b99c1f9cf21f11f54f508884d Mon Sep 17 00:00:00 2001 From: Jeff Morgan Date: Tue, 2 Sep 2014 01:36:27 -0700 Subject: [PATCH] Fixing IFNAME variable in installer --- resources/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/install b/resources/install index cc67be5d49..2d9b03c07c 100755 --- a/resources/install +++ b/resources/install @@ -23,7 +23,7 @@ echo " bash -c - /usr/sbin/scutil -w State:/Network/Interface/$IFACE/IPv4;/sbin/route -n add -net 172.17.0.0 -netmask 255.255.0.0 -gateway $GATEWAY + /usr/sbin/scutil -w State:/Network/Interface/$IFNAME/IPv4;/sbin/route -n add -net 172.17.0.0 -netmask 255.255.0.0 -gateway $GATEWAY KeepAlive