From d88c2eac9e6314c9cc2f6c79cd49859791ccb48b Mon Sep 17 00:00:00 2001 From: Charles-William Crete Date: Wed, 19 Aug 2015 03:23:18 -0400 Subject: [PATCH] Change minor wording --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 5e8ed1b..ea703b2 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -34,7 +34,7 @@ elif [[ -e /etc/centos-release || -e /etc/redhat-release ]]; then # Needed for CentOS 7 chmod +x /etc/rc.d/rc.local else - echo "Looks like you aren't running this installer on a Debian, Ubuntu or CentOS system" + echo "Looks like you aren't running this installer on a Debian/Ubuntu or CentOS/Redhat system" exit fi