Merge pull request #58 from cubedro/develop
Fixed eth path in update.sh
This commit is contained in:
commit
c895141598
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user