Fixing IFNAME variable in installer

This commit is contained in:
Jeff Morgan 2014-09-02 01:36:27 -07:00
parent f56acd75b8
commit f5d76b600f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<array> <array>
<string>bash</string> <string>bash</string>
<string>-c</string> <string>-c</string>
<string>/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</string> <string>/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</string>
</array> </array>
<key>KeepAlive</key> <key>KeepAlive</key>
<false/> <false/>