From 1be02be239a405b67ce09b90282429759355ede9 Mon Sep 17 00:00:00 2001 From: Angristan Date: Mon, 14 Mar 2016 21:22:08 +0100 Subject: [PATCH] TAP is not needed --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 19fbb61..25aaf1d 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -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