updated eth.sh

This commit is contained in:
cubedro 2015-04-03 00:42:54 +03:00
parent e252591dff
commit 1f2af03c38

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
trap "exit" INT trap "exit" INT
if [ -f /usr/bin/ethereum ] if [[ ! -f /home/ubuntu/bin/eth ]];
then then
geth --rpc true --loglevel 1 geth --rpc true --loglevel 1
else else