1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-02 11:30:48 +00:00

TAP is not needed

This commit is contained in:
Angristan 2016-03-14 21:27:18 +01:00
parent 1be02be239
commit 7694be3672

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