fixed ethtype var in update.sh

This commit is contained in:
cubedro 2015-04-06 22:08:00 +03:00
parent 22569a4c5c
commit 7390d918cd

View File

@ -47,7 +47,7 @@ heading "Stopping processes"
pm2 kill
heading "Removing ethereum"
sudo apt-get remove $eth -y
sudo apt-get remove -y $ethtype
heading "Updating repos"
sudo apt-get clean
@ -57,7 +57,7 @@ sudo apt-get update -y
sudo apt-get upgrade -y
heading "Installing ethereum"
sudo apt-get install -y $eth
sudo apt-get install -y $ethtype
heading "Updating eth-netstats client"
cd ~/bin/www