mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 13:43:30 +03:00
TAP is not needed
Not sure why it was there in the first place.
This commit is contained in:
parent
3a96224d1f
commit
91b9373311
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue