delete start.sh (old script for start server. Documented on readme)

This commit is contained in:
Gustavo Cortez 2014-02-13 11:47:49 -03:00
parent 8c06ab378e
commit b0ed88eddd

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 &