Merge pull request #30 from cubedro/develop

Fixed eth.sh
This commit is contained in:
Marian OANCΞA 2015-04-03 00:50:33 +03:00
commit 9d575afc03
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#!/bin/bash
trap "exit" INT
if [ -f /usr/bin/ethereum ]
if [[ ! -f /home/ubuntu/bin/eth ]];
then
geth --rpc true
geth --rpc true --loglevel 1
else
eth -x 15 -l 30303 -n off -m off -v 1 -j
fi