Drop the execute permissions

This commit is contained in:
Igor Vuk 2014-09-14 00:46:29 +02:00
parent e0f0174300
commit 1a782d27f7
1 changed files with 0 additions and 1 deletions

1
Vagrantfile vendored
View File

@ -20,7 +20,6 @@ cat <<EOF >/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