From patchwork Wed May 13 15:59:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3087 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49MfWn54j6z3xQp for ; Wed, 13 May 2020 16:00:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49MfWm3dhZz2Cl; Wed, 13 May 2020 16:00:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49MfWm1hdGz2y3N; Wed, 13 May 2020 16:00:04 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49MfWk248Cz2y5J for ; Wed, 13 May 2020 16:00:02 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49MfWj38P5zFX for ; Wed, 13 May 2020 16:00:01 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1589385601; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=GZrlw2JYU246/gFUVOFUeyA+5I4Lm3N8y4o+VFWOHb8=; b=JMawkfo3stVLz1DR4Ftd37uueiu+UAJ73IgqkUaqcJYDQPWNMudWkx2WLrcYWPP6Yly2C4 x1r+PIGY+DyVn6DA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1589385601; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=GZrlw2JYU246/gFUVOFUeyA+5I4Lm3N8y4o+VFWOHb8=; b=tgWTTsCOnXH6NvhiYyQSoLgwPN/Mo9Gx3a0cvIUx4TvBNG0HR5YWEMLx9sP68nyLuvCchh ZpkrQ5P+OcCuEAVKoanb5sXYmN758wUtmQvi3bLsOZA1xpaJ+swo7sxcmNj88zafSJs9oF p2Wxt19O34t+Uzx2ZtZ40opnxUu8/ho41mg+mcjJrc3PLS75TO1TP+M06K++1G5ioGGfIG 8b4IFEWuDIE3am2zkZ24q8l5h26U3DRLPiaRg5GGJ4EIub+hhJi3LUI92TWHHeylKO7V/l rNp1Bed6A9VTKBV5tinAvlbh8TZLUYxzQAd/OMIYxc3vGIe2M7bpwj2Q4Cj66A== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] media.cgi: Fix for missing ' Date: Wed, 13 May 2020 17:59:56 +0200 Message-Id: <20200513155956.31725-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" D'oh! Signed-off-by: Matthias Fischer --- html/cgi-bin/media.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/media.cgi b/html/cgi-bin/media.cgi index 73b6f7da9..1747e538f 100644 --- a/html/cgi-bin/media.cgi +++ b/html/cgi-bin/media.cgi @@ -147,7 +147,7 @@ END my @iostat1 = qx(/usr/bin/iostat -dm -p | grep -v "Linux" | awk '{print \$1}'); my @iostat2 = qx(/usr/bin/iostat -dm -p | grep -v "Linux" | awk '{print \$5}'); my @iostat3 = qx(/usr/bin/iostat -dm -p | grep -v "Linux" | awk '{print \$6}'); - print " \n

$Lang::tr{'transfers}

"; + print " \n

$Lang::tr{'transfers'}

"; my $i=0; for(my $i = 1; $i <= $#iostat1; $i++){