1
0
Fork 0
mirror of https://github.com/Nyr/openvpn-install.git synced 2025-04-05 13:43:30 +03:00
This commit is contained in:
Charles-William Crete 2015-08-19 07:23:22 +00:00
commit 7e00f5feb5

View file

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