chown $GOPATH for vagrant user
This commit is contained in:
parent
52bb3f592d
commit
85590a67c1
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue