From: Stefan Schantl Date: Tue, 22 Jun 2021 12:52:36 +0000 (+0200) Subject: ovpnmain.cgi: Call correct system_output() function. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b959b9f5a6a838bef737955bcd5e97ef2c96d598;p=people%2Fms%2Fipfire-2.x.git ovpnmain.cgi: Call correct system_output() function. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- 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) {