updated eth.sh

This commit is contained in:
cubedro 2015-04-03 00:42:54 +03:00
parent e252591dff
commit 1f2af03c38
1 changed files with 1 additions and 1 deletions

View File

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