Disable vpn tunnel

This commit is contained in:
Bob Mottram 2015-07-25 19:30:09 +01:00
parent 704b55c577
commit 6016e6b980
1 changed files with 1 additions and 1 deletions

View File

@ -1701,7 +1701,7 @@ function mesh_batman_bridge {
apt-get -y install python-dev libevent-dev ebtables python-pip git
apt-get -y install wireless-tools
install_vpn_tunnel
#install_vpn_tunnel
modprobe batman-adv
[ $? -ne 0 ] && echo "B.A.T.M.A.N module not available" && exit 76482