From f22289a3042f1ba05ac012f8b79ae042e2af224b Mon Sep 17 00:00:00 2001 From: cubedro Date: Tue, 3 Mar 2015 19:55:37 +0200 Subject: [PATCH] fixed build-go.sh --- bin/build-go.sh | 2 +- processes-go.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/build-go.sh b/bin/build-go.sh index 1633e20..b1e6d4f 100644 --- a/bin/build-go.sh +++ b/bin/build-go.sh @@ -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 diff --git a/processes-go.json b/processes-go.json index c4f7019..4555fca 100644 --- a/processes-go.json +++ b/processes-go.json @@ -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",