From 01d0356ca7aef59d0073121d1cc3ccc8de76e30f 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 BUG: 1340488 Change-Id: I22061a8b8bc0ea43da91e5b2904a27a674a004be Reported-by: Patrick Matthäi Signed-off-by: Niels de Vos Reviewed-on: http://review.gluster.org/14548 Smoke: Gluster Build System Reviewed-by: jiffin tony Thottan NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System --- extras/ganesha/scripts/copy-export-ganesha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/ganesha/scripts/copy-export-ganesha.sh b/extras/ganesha/scripts/copy-export-ganesha.sh index e8cdc98056c..9c4afa02d68 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