updated build.sh

This commit is contained in:
cubedro 2015-02-17 11:31:03 +02:00
parent 56716885b7
commit 707a8fe84d
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ ln -s ~/opt/cpp-ethereum-build/eth/eth ~/bin/eth
# install cloud-utils to fetch instance meta-data
sudo apt-get -y install cloud-utils
EC2_INSTANCE_ID=$(ec2metadata --instance-id)
ETH_VERSION=$(eth -V)
export EC2_INSTANCE_ID=$(ec2metadata --instance-id)
export ETH_VERSION=$(eth -V)
# add node service
cd ~/bin