fixed build-go.sh

This commit is contained in:
cubedro 2015-03-03 19:55:37 +02:00
parent 92e2879211
commit f22289a304
2 changed files with 3 additions and 3 deletions

View File

@ -37,4 +37,4 @@ cd www
sudo npm install sudo npm install
sudo npm install pm2 -g 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/", "cwd" : "/home/ubuntu/bin/www/",
"script" : "bin/eth.sh", "script" : "bin/eth-go.sh",
"log_file" : "/home/ubuntu/logs/eth-log.log", "log_file" : "/home/ubuntu/logs/eth-log.log",
"out_file" : "/home/ubuntu/logs/eth-out.log", "out_file" : "/home/ubuntu/logs/eth-out.log",
"error_file" : "/home/ubuntu/logs/eth-err.log", "error_file" : "/home/ubuntu/logs/eth-err.log",