From d1ab0268179ae2127ea4c2d5e7e6d5554f11c92b Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Fri, 27 May 2016 16:16:37 +0200 Subject: ganesha: fix the shebang for the copy-export script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of: > BUG: 1340488 > Change-Id: I22061a8b8bc0ea43da91e5b2904a27a674a004be > Reviewed-on: http://review.gluster.org/14548 > Reported-by: Patrick Matthäi > Signed-off-by: Niels de Vos BUG: 1340487 Change-Id: I22061a8b8bc0ea43da91e5b2904a27a674a004be Reported-by: Patrick Matthäi Signed-off-by: Niels de Vos Reviewed-on: http://review.gluster.org/14550 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: jiffin tony Thottan --- extras/ganesha/scripts/copy-export-ganesha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/ganesha/scripts/copy-export-ganesha.sh b/extras/ganesha/scripts/copy-export-ganesha.sh index e8cdc98056..9c4afa02d6 100755 --- a/extras/ganesha/scripts/copy-export-ganesha.sh +++ b/extras/ganesha/scripts/copy-export-ganesha.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash #This script is called by glusterd when in case of #reboot.An export file specific to a volume -- cgit