mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-02-05 05:01:34 +01:00
Cosmetic bugfix
This commit is contained in:
parent
e6168baf80
commit
b778c1aed9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user