From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/2] ovpnmain.cgi: Call correct system_output() function. Date: Mon, 21 Jun 2021 17:45:06 +0200 Message-ID: <20210621154506.2482-2-stefan.schantl@ipfire.org> In-Reply-To: <20210621154506.2482-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2734365737924714676==" List-Id: --===============2734365737924714676== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- 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 5af1b807e..7a2833ce6 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -5764,7 +5764,7 @@ END =20 # Adding DH parameter to chart if (-f "${General::swroot}/ovpn/ca/dh1024.pem") { - my @dhsubject =3D &System_output("/usr/bin/openssl", "dhparam", "-text", "= -in", "${General::swroot}/ovpn/ca/dh1024.pem"); + my @dhsubject =3D &General::system_output("/usr/bin/openssl", "dhparam", "= -text", "-in", "${General::swroot}/ovpn/ca/dh1024.pem"); my $dhsubject; =20 foreach my $line (@dhsubject) { --=20 2.20.1 --===============2734365737924714676==--