fixed eth path in update.sh

This commit is contained in:
cubedro 2015-04-06 21:47:05 +03:00
parent 6b14a1fcb6
commit 22569a4c5c

View File

@ -33,7 +33,7 @@ then
ethtype="geth" ethtype="geth"
success "Found geth" success "Found geth"
else else
if [[ -f /usr/bin/geth ]]; if [[ -f /usr/bin/eth ]];
then then
ethtype="eth" ethtype="eth"
success "Found eth" success "Found eth"