From fbdf1e4d175079d726124a695b584e62e0530834 Mon Sep 17 00:00:00 2001 From: jjakob Date: Mon, 13 Apr 2020 12:38:40 +0200 Subject: openvpn: T2283: move ccd to /run/openvpn Commit a457c9d2 moved the config directory to /run/openvpn but didn't move the client-config-dir in the template. --- data/templates/openvpn/server.conf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates') diff --git a/data/templates/openvpn/server.conf.tmpl b/data/templates/openvpn/server.conf.tmpl index 340ead269..c909f4337 100644 --- a/data/templates/openvpn/server.conf.tmpl +++ b/data/templates/openvpn/server.conf.tmpl @@ -85,7 +85,7 @@ max-clients {{ server_max_conn }} {%- endif %} {%- if client %} -client-config-dir /opt/vyatta/etc/openvpn/ccd/{{ intf }} +client-config-dir /run/openvpn/ccd/{{ intf }} {%- endif %} {%- if server_reject_unconfigured %} -- cgit v1.2.3