From 22569a4c5cc5066e77dadf963c8c6f9c6f1b1c37 Mon Sep 17 00:00:00 2001 From: cubedro Date: Mon, 6 Apr 2015 21:47:05 +0300 Subject: [PATCH] fixed eth path in update.sh --- bin/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update.sh b/bin/update.sh index 5949cc5..7ac45d9 100755 --- a/bin/update.sh +++ b/bin/update.sh @@ -33,7 +33,7 @@ then ethtype="geth" success "Found geth" else - if [[ -f /usr/bin/geth ]]; + if [[ -f /usr/bin/eth ]]; then ethtype="eth" success "Found eth"