diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-12-18 14:26:37 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-12-18 14:26:37 -0800 |
commit | fd9b2e931f338c53c2fbef83f6c4a8091208689b (patch) | |
tree | 9586777d1e5e1e0907ec5ebcd472c088c0e2e34f /netcon | |
parent | 6de67e828d01ffe8bb1847bb167af6fa92c0aa57 (diff) | |
parent | 2d9f1f7857669a94df7967977ead2eae2efb7108 (diff) | |
download | infinitytier-fd9b2e931f338c53c2fbef83f6c4a8091208689b.tar.gz infinitytier-fd9b2e931f338c53c2fbef83f6c4a8091208689b.zip |
Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edge
Diffstat (limited to 'netcon')
-rwxr-xr-x | netcon/install-intercept.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/netcon/install-intercept.sh b/netcon/install-intercept.sh new file mode 100755 index 00000000..bce4d16b --- /dev/null +++ b/netcon/install-intercept.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +cp libzerotierintercept.so /lib/libzerotierintercept.so +ln -sf /lib/libzerotierintercept.so /lib/libzerotierintercept +/usr/bin/install -c zerotier-intercept /usr/bin + +# rm -r /lib/libzerotierintercept.so +# rm -r /lib/libzerotierintercept +# rm -r /usr/bin/zerotier-intercept |