From: Michael Tremer Date: Tue, 3 Jun 2025 14:08:45 +0000 (+0200) Subject: ovpnmain.cgi: Fix path to the RW PID file X-Git-Tag: v2.29-core197~25^2~82 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed66fe66298734b0ecde91ff478eb814f8b0a099;p=ipfire-2.x.git ovpnmain.cgi: Fix path to the RW PID file Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index dfa47ad62..934e1e97b 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -5054,7 +5054,7 @@ END &Header::ServiceStatus({ $Lang::tr{'ovpn roadwarrior server'} => { "process" => "openvpn", - "pidfile" => "/var/run/openvpn.pid", + "pidfile" => "/var/run/openvpn-rw.pid", } });