mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-18 10:46:33 +00:00
Rename index.js so process is distinguishable.
This commit is contained in:
parent
a46514b397
commit
5304b0d8d1
@ -10,4 +10,4 @@ fi
|
||||
|
||||
cd cluster-geo
|
||||
|
||||
exec node index.js
|
||||
exec node cluster-geo.js
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "cluster-geo",
|
||||
"version": "1.0.0",
|
||||
"description": "Cluster GEO-IP Query Service",
|
||||
"main": "index.js",
|
||||
"main": "cluster-geo.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user