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",