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