consort.sh: Shebang-Typo

Message ID 20200325115420.6510-1-matthias.fischer@ipfire.org
State Accepted
Commit bd4f0794d24f01d8b7b0fa381225c7311097ae48
Headers
Series consort.sh: Shebang-Typo |

Commit Message

Matthias Fischer March 25, 2020, 11:54 a.m. UTC
  Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 src/scripts/consort.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Michael Tremer March 25, 2020, 3:35 p.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

Good catch!

> On 25 Mar 2020, at 11:54, Matthias Fischer <matthias.fischer@ipfire.org> wrote:
> 
> Signed-off-by: Matthias Fischer <matthias.fischer@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                                         #
> -- 
> 2.18.0
>
  

Patch

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                                         #