Skip to content

Commit

Permalink
start.sh was trying to execute geth from bad directory
Browse files Browse the repository at this point in the history
  • Loading branch information
daragao committed Feb 3, 2017
1 parent c5453fa commit 3d9a442
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion monitored-geth-client/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ cd /root/eth-net-intelligence-api
perl -pi -e "s/XXX/$(hostname)/g" app.json
/usr/bin/pm2 start ./app.json
cat ./app.json
ls -lh /
sleep 3
/geth --datadir=~/.ethereum/devchain init "/root/files/genesis.json"
sleep 3
Expand Down

0 comments on commit 3d9a442

Please sign in to comment.