From b778c1aed9ca7d20cc1c39e1031132a7398e18b6 Mon Sep 17 00:00:00 2001 From: Nyr Date: Mon, 29 Jun 2015 09:23:44 +0200 Subject: [PATCH] Cosmetic bugfix --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index f384ddc..062627f 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -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