From 58298ba12e9dec88b81106017a70911f1a31544e Mon Sep 17 00:00:00 2001 From: xiagw Date: Thu, 4 Jan 2018 13:43:18 +0800 Subject: [PATCH] remove func VAR_LIST --- openvpn-install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index d7487e8..47ca42d 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -19,17 +19,12 @@ if grep -qs "CentOS release 5" "/etc/redhat-release"; then exit 3 fi -VAR_LIST(){ - : -} dir_openvpn='/etc/openvpn' dir_easy="${dir_openvpn}/easy-rsa" bin_easy='${dir_easy}/easyrsa' file_client_tpl='${dir_openvpn}/client-template.txt' file_openvpn_conf='${dir_openvpn}/server.conf' IPTABLES='/etc/iptables/iptables.rules' - - if [[ -e /etc/debian_version ]]; then OS="debian"