From 91b937331165d22bf049439cf89655e679d01b9b Mon Sep 17 00:00:00 2001 From: Nyr Date: Sun, 13 Mar 2016 22:45:34 +0100 Subject: [PATCH] TAP is not needed Not sure why it was there in the first place. --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 76d967e..faee747 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