From 40ac95af5990bbf9d0e34c14b4ff5885cfe7e992 Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 17 Nov 2019 18:17:46 +0000 Subject: [PATCH] Update openvpn client path --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index f95ecd47..648f0b44 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -287,7 +287,7 @@ function patch_system_files() { "/bin/systemctl stop dnsmasq.service" "/bin/systemctl start openvpn-client@client" "/bin/systemctl stop openvpn-client@client" - "/bin/cp /tmp/ovpnclient.ovpn /etc/openvpn/client.conf" + "/bin/cp /tmp/ovpnclient.ovpn /etc/openvpn/client/client.conf" "/bin/cp /tmp/authdata /etc/openvpn/login.conf" "/bin/cp /tmp/dnsmasqdata /etc/dnsmasq.conf" "/bin/cp /tmp/dhcpddata /etc/dhcpcd.conf"