chown $GOPATH for vagrant user

This commit is contained in:
Michael Schurter 2017-12-11 17:06:07 -08:00
parent 52bb3f592d
commit 85590a67c1

View file

@ -21,6 +21,7 @@ install_go
# Ensure that the GOPATH tree is owned by vagrant:vagrant
mkdir -p /opt/gopath
chown -R vagrant:vagrant /opt/gopath
# Ensure Go is on PATH
if [ ! -e /usr/bin/go ] ; then