Drop the execute permissions

pull/291/head
Igor Vuk 12 years ago
parent e0f0174300
commit 1a782d27f7

1
Vagrantfile vendored

@ -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

Loading…
Cancel
Save