From a9cc769404a20c0217a04720bc8cd17d678a6013 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 21 Jul 2025 09:19:01 +0000 Subject: [PATCH] core197: Update the status file in the roadwarrior configuration Signed-off-by: Michael Tremer --- config/backup/backup.pl | 1 + config/rootfiles/core/197/update.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/config/backup/backup.pl b/config/backup/backup.pl index f49073b1e..a227be841 100644 --- a/config/backup/backup.pl +++ b/config/backup/backup.pl @@ -354,6 +354,7 @@ restore_backup() { -e "s/^writepid .*/writepid \/var\/run\/openvpn-rw.pid/" \ -e "/ncp-disable/d" \ -e "s/^cipher (.*)/data-ciphers-fallback \1/" \ + -e "s/^status .*/status /var/run/openvpn-rw.log/" \ -i /var/ipfire/ovpn/server.conf # Change to the subnet topology diff --git a/config/rootfiles/core/197/update.sh b/config/rootfiles/core/197/update.sh index bfba0ed21..2cb5e98cc 100644 --- a/config/rootfiles/core/197/update.sh +++ b/config/rootfiles/core/197/update.sh @@ -72,6 +72,7 @@ sed -r \ -e "s/^writepid .*/writepid \/var\/run\/openvpn-rw.pid/" \ -e "/ncp-disable/d" \ -e "s/^cipher (.*)/data-ciphers-fallback \1/" \ + -e "s/^status .*/status /var/run/openvpn-rw.log/" \ -i /var/ipfire/ovpn/server.conf # Change to the subnet topology -- 2.47.3