Cosmetic bugfix

This commit is contained in:
Nyr 2015-06-29 09:23:44 +02:00
parent e6168baf80
commit b778c1aed9
1 changed files with 1 additions and 1 deletions

View File

@ -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