1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2024-11-23 21:46:08 +03:00

TAP is not needed

Not sure why it was there in the first place.
This commit is contained in:
Nyr 2016-03-13 22:45:34 +01:00
parent 3a96224d1f
commit 91b9373311

View File

@ -15,7 +15,7 @@ fi
if [[ ! -e /dev/net/tun ]]; then
echo "TUN/TAP is not available"
echo "TUN is not available"
exit 2
fi