mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-10-31 22:17:37 +01:00
Cosmetic bugfix
This commit is contained in:
@@ -20,7 +20,7 @@ if [[ ! -e /dev/net/tun ]]; then
|
||||
fi
|
||||
|
||||
|
||||
if grep -q "CentOS release 5" "/etc/redhat-release"; then
|
||||
if grep -qs "CentOS release 5" "/etc/redhat-release"; then
|
||||
echo "CentOS 5 is too old and not supported"
|
||||
exit
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user