From 1a782d27f7a75c2082fdec2500d894092d2de97b Mon Sep 17 00:00:00 2001 From: Igor Vuk Date: Sun, 14 Sep 2014 00:46:29 +0200 Subject: [PATCH] Drop the execute permissions --- Vagrantfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 1d286330e8..259aa026f6 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -20,7 +20,6 @@ cat </etc/profile.d/gopath.sh export GOPATH="/opt/gopath" export PATH="/opt/go/bin:\$GOPATH/bin:\$PATH" EOF -chmod 0755 /etc/profile.d/gopath.sh # Make sure the gopath is usable by vagrant chown -R vagrant:vagrant $SRCROOT