mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-03 16:00:51 +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
|
cd cluster-geo
|
||||||
|
|
||||||
exec node index.js
|
exec node cluster-geo.js
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "cluster-geo",
|
"name": "cluster-geo",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Cluster GEO-IP Query Service",
|
"description": "Cluster GEO-IP Query Service",
|
||||||
"main": "index.js",
|
"main": "cluster-geo.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user