diff options
author | Janjaap Bos <janjaap.bos@capitar.com> | 2016-01-20 16:52:46 -0800 |
---|---|---|
committer | Janjaap Bos <janjaap.bos@capitar.com> | 2016-01-20 16:52:46 -0800 |
commit | 4f6ca14d4f625c4e90446f56aae416fd0b7146c0 (patch) | |
tree | 16833b82062f1ba726e74957585ee9d52e8e2296 /netcon | |
parent | c3fc5340b651bde78e083af768f3348dbbef4c89 (diff) | |
download | infinitytier-4f6ca14d4f625c4e90446f56aae416fd0b7146c0.tar.gz infinitytier-4f6ca14d4f625c4e90446f56aae416fd0b7146c0.zip |
typo
Diffstat (limited to 'netcon')
-rw-r--r-- | netcon/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netcon/README.md b/netcon/README.md index 7d7d3b38..25fac36a 100644 --- a/netcon/README.md +++ b/netcon/README.md @@ -162,7 +162,7 @@ To run unit tests: cp -f ./netcon/liblwip.so /tmp/netcon_first ./zerotier-netcon-service -d -p8100 /tmp/netcon_first while [ ! -f /tmp/netcon_first/identity.secret ]; do - sleep 1 + sleep 0.1 done ./zerotier-cli -D/tmp/netcon_first join 8056c2e21c000001 kill `cat /tmp/netcon_first/zerotier-one.pid` |