From b959b9f5a6a838bef737955bcd5e97ef2c96d598 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Tue, 22 Jun 2021 14:52:36 +0200 Subject: [PATCH] ovpnmain.cgi: Call correct system_output() function. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- 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 d9e26de2fe..e6b272f038 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -5764,7 +5764,7 @@ END # Adding DH parameter to chart if (-f "${General::swroot}/ovpn/ca/dh1024.pem") { - my @dhsubject = &System_output("/usr/bin/openssl", "dhparam", "-text", "-in", "${General::swroot}/ovpn/ca/dh1024.pem"); + my @dhsubject = &General::system_output("/usr/bin/openssl", "dhparam", "-text", "-in", "${General::swroot}/ovpn/ca/dh1024.pem"); my $dhsubject; foreach my $line (@dhsubject) { -- 2.39.2