From mboxrd@z Thu Jan  1 00:00:00 1970
From: Matthias Fischer <matthias.fischer@ipfire.org>
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>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6828819334262264154=="
List-Id: <development.lists.ipfire.org>

--===============6828819334262264154==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 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                                       =
  #
--=20
2.18.0


--===============6828819334262264154==--