From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 2/2] ovpnmain.cgi: Call correct system_output() function. Date: Mon, 21 Jun 2021 20:45:00 +0100 Message-ID: In-Reply-To: <20210621154506.2482-2-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2855451244068188660==" List-Id: --===============2855451244068188660== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, This won=E2=80=99t apply and I don=E2=80=99t know why :( -Michael > On 21 Jun 2021, at 16:45, Stefan Schantl wrot= e: >=20 > Signed-off-by: Stefan Schantl > --- > html/cgi-bin/ovpnmain.cgi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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 >=20 --===============2855451244068188660==--