Merge pull request #58 from cubedro/develop

Fixed eth path in update.sh
This commit is contained in:
Marian OANCΞA 2015-04-06 21:47:28 +03:00
commit c895141598
1 changed files with 1 additions and 1 deletions

View File

@ -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"