From 7250641d478594ae668d517fead67d2e0c313fd5 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Sun, 23 Sep 2018 15:23:39 +0200 Subject: [PATCH] Remove unused variables --- openvpn-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index bb530bf..a4d93ce 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -53,8 +53,6 @@ function checkOS () { OS=centos elif [[ -e /etc/arch-release ]]; then OS=arch - IPTABLES='/etc/iptables/iptables.rules' - SYSCTL='/etc/sysctl.d/openvpn.conf' else echo "Looks like you aren't running this installer on a Debian, Ubuntu, Fedora, CentOS or Arch Linux system" exit 1