From 364c4d242188756f440293f0cd91ce96f096cf3c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 1 Mar 2014 21:44:09 -0500 Subject: [PATCH] ignore connect errors --- .profile.d/google.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile.d/google.sh b/.profile.d/google.sh index fd83d06..1286eca 100644 --- a/.profile.d/google.sh +++ b/.profile.d/google.sh @@ -12,4 +12,4 @@ export CROSTOOLS_SKIP_SYNC="true" export CROSTOOLS_GSUTIL="gsutil" export P4DIFFOPTS="-du" -(printf "chromebox: 3000\r\n\r\n" | nc localhost 1817 >/dev/null &) +(printf "chromebox: 3000\r\n\r\n" | nc localhost 1817 >/dev/null 2>&1 &) -- 2.39.5