From: Michael Tremer Date: Mon, 21 Jul 2025 09:19:01 +0000 (+0000) Subject: core197: Update the status file in the roadwarrior configuration X-Git-Tag: v2.29-core197~25^2~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9cc769404a20c0217a04720bc8cd17d678a6013;p=ipfire-2.x.git core197: Update the status file in the roadwarrior configuration Signed-off-by: Michael Tremer --- 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