mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-08 11:44:13 +00:00
Cluster-geo launcher.
This commit is contained in:
parent
25a84e30fc
commit
a46514b397
4
.gitignore
vendored
4
.gitignore
vendored
@ -52,8 +52,8 @@ Thumbs.db
|
||||
node_modules
|
||||
|
||||
# cluster-geo stuff
|
||||
cluster-geo/config.js
|
||||
cluster-geo/cache.*
|
||||
cluster-geo/cluster-geo/config.js
|
||||
cluster-geo/cluster-geo/cache.*
|
||||
|
||||
# MacGap wrapper build files
|
||||
/ext/mac-ui-macgap1-wrapper/src/MacGap.xcodeproj/project.xcworkspace/xcuserdata/*
|
||||
|
13
cluster-geo/cluster-geo.exe
Executable file
13
cluster-geo/cluster-geo.exe
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
export PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin
|
||||
|
||||
cd `dirname $0`
|
||||
if [ ! -d cluster-geo -o ! -f cluster-geo/index.js ]; then
|
||||
echo 'Cannot find ./cluster-geo containing NodeJS script files.'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd cluster-geo
|
||||
|
||||
exec node index.js
|
Loading…
x
Reference in New Issue
Block a user