]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
wiovpn.pl: Update openvpn rw log filename
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 12 Sep 2025 20:29:33 +0000 (22:29 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 13 Sep 2025 11:00:54 +0000 (11:00 +0000)
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/wio/wiovpn.pl

index 22116cd6218ec4d6fba4d57f16a14403b371c6b7..80b020dc9323aa3710b7ae9692440fce563eaf1c 100644 (file)
@@ -3,7 +3,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2017-2020 Stephan Feddersen <sfeddersen@ipfire.org>           #
+# Copyright (C) 2017-2025 IPFire Team  <info@ipfire.org>                      #
 # 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 = <FILE>;