fixed eth path in update.sh
This commit is contained in:
parent
6b14a1fcb6
commit
22569a4c5c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user