From patchwork Wed Mar 25 11:54:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2862 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 48nRP10yVpz3yBb for ; Wed, 25 Mar 2020 11:54:29 +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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 48nRP05NYJz2G9; Wed, 25 Mar 2020 11:54:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48nRP03K0Jz2xm4; Wed, 25 Mar 2020 11:54:28 +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 48nRNy5C86z2xm4 for ; Wed, 25 Mar 2020 11:54:26 +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 48nRNy1rXszWn for ; Wed, 25 Mar 2020 11:54:26 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1585137266; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=SvlUtFvRnrJNcpRgqpRJUbFCF9wDZmg+H/vKUZVzsc4=; b=y5ih4llkZMtw8Nj33HoPzAA63hgdl5TRL677kYv96WF2sMaOlLu2P5e+9D4U11fDCgaolv pe0NcDbVU8ikmgAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1585137266; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=SvlUtFvRnrJNcpRgqpRJUbFCF9wDZmg+H/vKUZVzsc4=; b=YboptD2bMo0tNMUl7v2XijyUoCTIQbyUDHMATt1ZPG8Dtggut9ihYM3etzhs90OvbCc+QH VV49Oc7pgCZaauV2PNIsSvSmoX/o6aad99x6JRmV2JRalBJM7DEeAAzLHO8vfL9KBd8YRb oQsC6eOy3RsIcTO8B6zeKuqhQQtiAz6PXql46yPtm4NM2ZgAoDRkiyxC9hp5d5SFLR6LP2 4VKYa6w1fhmoRg3PNh5eX33riNxEOXXeZgnYHPi2kyPZ3c2k+SFYjGzMxTTI9i9Wya3+KO 6pHL8LaFBmtBjYxSXTN7LHGd2eFoZC+dTy6nqbsIotP1EbcDMhPe1s97KzYfCw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] consort.sh: Shebang-Typo Date: Wed, 25 Mar 2020 12:54:20 +0100 Message-Id: <20200325115420.6510-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" Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- src/scripts/consort.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/consort.sh b/src/scripts/consort.sh index 1682f7ac4..ba6631f74 100644 --- a/src/scripts/consort.sh +++ b/src/scripts/consort.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash ############################################################################### # # # IPFire.org - A linux based firewall #