From 707a8fe84d38ecc99994354a734f7e47c28ef065 Mon Sep 17 00:00:00 2001 From: cubedro Date: Tue, 17 Feb 2015 11:31:03 +0200 Subject: [PATCH] updated build.sh --- bin/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build.sh b/bin/build.sh index 895ff9f..a10bc11 100644 --- a/bin/build.sh +++ b/bin/build.sh @@ -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