parent
e428e18322
commit
d8a9a34d58
@ -1,8 +1,7 @@ |
||||
#!/bin/bash -x |
||||
cd /home/ec2-user/projects/src/harmony-benchmark |
||||
# GOROOT is the location where Go package is installed on your system |
||||
|
||||
. aws-scripts/setup_golang_path.sh |
||||
source ~/.bash_profile |
||||
|
||||
./deploy_linux.sh local_iplist.txt |
||||
./send_txn.sh |
@ -1,8 +0,0 @@ |
||||
# GOROOT is the location where Go package is installed on your system |
||||
export GOROOT=/usr/lib/golang |
||||
|
||||
# GOPATH is the location of your work directory |
||||
export GOPATH=$HOME/projects |
||||
|
||||
# PATH in order to access go binary system wide |
||||
export PATH=$PATH:$GOROOT/bin |
Loading…
Reference in new issue