From f56acd75b84cb752fd2ca6a6239a549b0efa3b8b Mon Sep 17 00:00:00 2001 From: Jeff Morgan Date: Tue, 2 Sep 2014 00:00:40 -0700 Subject: [PATCH] Fixing installer bug if the route doesnt exist. --- resources/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/install b/resources/install index 6f8f7c122..cc67be5d4 100755 --- a/resources/install +++ b/resources/install @@ -35,5 +35,5 @@ echo " " > /Library/LaunchAgents/com.kitematic.route.plist # Add entries to routing table for Kitematic VM -/sbin/route delete -net 172.17.0.0 -netmask 255.255.0.0 -gateway $GATEWAY +/sbin/route delete -net 172.17.0.0 -netmask 255.255.0.0 -gateway $GATEWAY > /dev/null 2>&1 || true /sbin/route -n add -net 172.17.0.0 -netmask 255.255.0.0 -gateway $GATEWAY \ No newline at end of file