public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] OpenVPN: Stop N2N connection before remove.
@ 2020-03-24 10:29 Erik Kapfer
  2020-03-24 11:31 ` Michael Tremer
  0 siblings, 1 reply; 6+ messages in thread
From: Erik Kapfer @ 2020-03-24 10:29 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 893 bytes --]

Fix #12334

Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
---
 html/cgi-bin/ovpnmain.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi
index e76a688fe..a6fdd6d75 100644
--- a/html/cgi-bin/ovpnmain.cgi
+++ b/html/cgi-bin/ovpnmain.cgi
@@ -2464,7 +2464,7 @@ else
 
 		if ($confighash{$cgiparams{'KEY'}}[3] eq 'net') {
 			# Stop the N2N connection before it is removed
-			system("/usr/local/bin/openvpnctrl -kn2n $confighash{$cgiparams{'KEY'}}[1] &>/dev/null");
+			system('/usr/local/bin/openvpnctrl', '-kn2n', $confighash{$cgiparams{'KEY'}}[1]);
 
 			my $conffile = glob("${General::swroot}/ovpn/n2nconf/$confighash{$cgiparams{'KEY'}}[1]/$confighash{$cgiparams{'KEY'}}[1].conf");
 			my $certfile = glob("${General::swroot}/ovpn/certs/$confighash{$cgiparams{'KEY'}}[1].p12");
-- 
2.12.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-03-25 17:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-24 10:29 [PATCH] OpenVPN: Stop N2N connection before remove Erik Kapfer
2020-03-24 11:31 ` Michael Tremer
2020-03-24 12:31   ` ummeegge
2020-03-24 14:42     ` Michael Tremer
2020-03-25 12:09       ` ummeegge
2020-03-25 17:48         ` ummeegge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox