From dbc61360ba293870f4a755014bc46cb9b84e81f5 Mon Sep 17 00:00:00 2001 From: Dylan Vaughn Date: Mon, 2 Jan 2017 09:24:47 -0800 Subject: [PATCH] cat instead of install for stale file handle error --- Vagrantfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 8c6750f380..39d2c2e186 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -46,11 +46,12 @@ mkdir -p "$SRCPATH" chown -R vagrant:vagrant "$SRCPATH" 2>/dev/null || true # ^^ silencing errors here because we expect this to fail for the shared folder -install -m0755 /dev/stdin /etc/profile.d/gopath.sh </etc/profile.d/gopath.sh <>/home/vagrant/.bashrc <