mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-07-04 05:24:21 +02:00
fix ' to "
This commit is contained in:
parent
58298ba12e
commit
de3afc9f89
@ -21,9 +21,9 @@ fi
|
|||||||
|
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user