From: Adolf Belka Date: Fri, 12 Sep 2025 20:29:33 +0000 (+0200) Subject: wiovpn.pl: Update openvpn rw log filename X-Git-Tag: v2.29-core197~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=762a6e27010f9e60ddbc7e0c64b2c1c50044abf4;p=ipfire-2.x.git wiovpn.pl: Update openvpn rw log filename Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- diff --git a/config/wio/wiovpn.pl b/config/wio/wiovpn.pl index 22116cd62..80b020dc9 100644 --- a/config/wio/wiovpn.pl +++ b/config/wio/wiovpn.pl @@ -3,7 +3,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2017-2020 Stephan Feddersen # +# Copyright (C) 2017-2025 IPFire Team # # All Rights Reserved. # # # # This program is free software: you can redistribute it and/or modify # @@ -21,7 +21,7 @@ # # ############################################################################### # -# Version: 2020/05/04 12:02:23 +# # # This wioovpn.pl is based on the code from the IPCop WIO Addon # and is extremly adapted to work with IPFire. @@ -75,7 +75,7 @@ if ( ! -e "$ovpnpid" ) { } else { -@ovpnstatus = `cat /var/run/ovpnserver.log`; +@ovpnstatus = `cat /var/run/openvpn-rw.log`; open(FILE, "$ovpnconfig"); @ovpncfg = ;