From 51ce3dbac7ce97ac942c30064d0df8cd6d0fc8f6 Mon Sep 17 00:00:00 2001 From: cubedro Date: Tue, 17 Feb 2015 19:29:26 +0200 Subject: [PATCH] renamed bin/eth to bin/eth.sh --- bin/{eth => eth.sh} | 0 processes.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename bin/{eth => eth.sh} (100%) diff --git a/bin/eth b/bin/eth.sh similarity index 100% rename from bin/eth rename to bin/eth.sh diff --git a/processes.json b/processes.json index f58ccf7..fd94689 100644 --- a/processes.json +++ b/processes.json @@ -1,7 +1,7 @@ [ { "name" : "eth", - "script" : "./bin/eth", + "script" : "./bin/eth.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",