remove func VAR_LIST
This commit is contained in:
parent
5ce4278bbf
commit
58298ba12e
1 changed files with 0 additions and 5 deletions
|
|
@ -19,17 +19,12 @@ if grep -qs "CentOS release 5" "/etc/redhat-release"; then
|
||||||
exit 3
|
exit 3
|
||||||
fi
|
fi
|
||||||
|
|
||||||
VAR_LIST(){
|
|
||||||
:
|
|
||||||
}
|
|
||||||
dir_openvpn='/etc/openvpn'
|
dir_openvpn='/etc/openvpn'
|
||||||
dir_easy="${dir_openvpn}/easy-rsa"
|
dir_easy="${dir_openvpn}/easy-rsa"
|
||||||
bin_easy='${dir_easy}/easyrsa'
|
bin_easy='${dir_easy}/easyrsa'
|
||||||
file_client_tpl='${dir_openvpn}/client-template.txt'
|
file_client_tpl='${dir_openvpn}/client-template.txt'
|
||||||
file_openvpn_conf='${dir_openvpn}/server.conf'
|
file_openvpn_conf='${dir_openvpn}/server.conf'
|
||||||
IPTABLES='/etc/iptables/iptables.rules'
|
IPTABLES='/etc/iptables/iptables.rules'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if [[ -e /etc/debian_version ]]; then
|
if [[ -e /etc/debian_version ]]; then
|
||||||
OS="debian"
|
OS="debian"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue