Remove unused variables

This commit is contained in:
Stanislas 2018-09-23 15:23:39 +02:00 committed by Mark Vainomaa
parent 9da5b0af71
commit 7250641d47
No known key found for this signature in database
GPG key ID: 1B3F9523B542D315

View file

@ -53,8 +53,6 @@ function checkOS () {
OS=centos OS=centos
elif [[ -e /etc/arch-release ]]; then elif [[ -e /etc/arch-release ]]; then
OS=arch OS=arch
IPTABLES='/etc/iptables/iptables.rules'
SYSCTL='/etc/sysctl.d/openvpn.conf'
else else
echo "Looks like you aren't running this installer on a Debian, Ubuntu, Fedora, CentOS or Arch Linux system" echo "Looks like you aren't running this installer on a Debian, Ubuntu, Fedora, CentOS or Arch Linux system"
exit 1 exit 1