From 7390d918cd4fafe8d21422e0479c067972a78ba8 Mon Sep 17 00:00:00 2001 From: cubedro Date: Mon, 6 Apr 2015 22:08:00 +0300 Subject: [PATCH] fixed ethtype var in update.sh --- bin/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/update.sh b/bin/update.sh index 7ac45d9..6454d11 100755 --- a/bin/update.sh +++ b/bin/update.sh @@ -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