Merge pull request #287 from cmgustavo/bug/01-cleaning

delete start.sh (old script for start server. Documented on readme)
This commit is contained in:
Gustavo Maximiliano Cortez 2014-02-13 12:41:31 -02:00
commit 11ca70d6e6
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
#!/bin/bash
NODE_ENV='production' INSIGHT_NETWORK='livenet' ./node_modules/pm2/bin/pm2 -f start insight.js --name insight-livenet &
sleep 10;
NODE_ENV='production' INSIGHT_NETWORK='testnet' ./node_modules/pm2/bin/pm2 -f start insight.js --name insight-testnet &