Merge pull request #9 from cubedro/develop

fixed build-go.sh
This commit is contained in:
Marian OANCΞA 2015-03-03 19:56:17 +02:00
commit 3efb272289
2 changed files with 3 additions and 3 deletions

View File

@ -37,4 +37,4 @@ cd www
sudo npm install
sudo npm install pm2 -g
cp -b ./processes.json ./..
cp -b ./processes-go.json ./../processes.json

View File

@ -1,8 +1,8 @@
[
{
"name" : "eth",
"name" : "eth-go",
"cwd" : "/home/ubuntu/bin/www/",
"script" : "bin/eth.sh",
"script" : "bin/eth-go.sh",
"log_file" : "/home/ubuntu/logs/eth-log.log",
"out_file" : "/home/ubuntu/logs/eth-out.log",
"error_file" : "/home/ubuntu/logs/eth-err.log",