mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
test stuff
This commit is contained in:
parent
1cae7327ae
commit
07c1b4ddee
4 changed files with 83 additions and 80 deletions
7
tests/http/docker-main.sh
Normal file → Executable file
7
tests/http/docker-main.sh
Normal file → Executable file
|
@ -3,4 +3,9 @@
|
|||
export PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin
|
||||
|
||||
/zerotier-one -d
|
||||
exec node --harmony /agent.js
|
||||
|
||||
while [ ! -d "/proc/sys/net/ipv6/conf/zt0" ]; do
|
||||
sleep 0.25
|
||||
done
|
||||
|
||||
exec node --harmony /agent.js >>agent.out 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue