mirror of
https://github.com/namibia/openvpn-install.git
synced 2024-11-17 17:55:12 +00: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…
Reference in New Issue
Block a user