mirror of
https://github.com/Nyr/openvpn-install.git
synced 2024-11-24 05:56:08 +03:00
Cosmetic bugfix
This commit is contained in:
parent
e6168baf80
commit
b778c1aed9
@ -20,7 +20,7 @@ if [[ ! -e /dev/net/tun ]]; then
|
|||||||
fi
|
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"
|
echo "CentOS 5 is too old and not supported"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user