diff --git a/vpnsetup_centos.sh b/vpnsetup_centos.sh index e24125a..83a4930 100644 --- a/vpnsetup_centos.sh +++ b/vpnsetup_centos.sh @@ -67,7 +67,7 @@ if [ ! -f /etc/redhat-release ]; then exit 1 fi -if grep -qs -v -e "release 6" -e "release 7" /etc/redhat-release; then +if ! grep -qs -e "release 6" -e "release 7" /etc/redhat-release; then echo "Sorry, this script only supports versions 6 and 7 of CentOS/RHEL." exit 1 fi