mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-11-04 16:07:36 +01:00
remove func VAR_LIST
This commit is contained in:
@@ -19,9 +19,6 @@ 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'
|
||||
@@ -29,8 +26,6 @@ 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"
|
||||
# Getting the version number, to verify that a recent version of OpenVPN is available
|
||||
|
||||
Reference in New Issue
Block a user