updated eth.sh
This commit is contained in:
parent
e252591dff
commit
1f2af03c38
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
trap "exit" INT
|
||||
if [ -f /usr/bin/ethereum ]
|
||||
if [[ ! -f /home/ubuntu/bin/eth ]];
|
||||
then
|
||||
geth --rpc true --loglevel 1
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user