diff options
author | Niels de Vos <ndevos@redhat.com> | 2016-05-27 16:16:37 +0200 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2016-05-30 07:36:27 -0700 |
commit | d1ab0268179ae2127ea4c2d5e7e6d5554f11c92b (patch) | |
tree | 5c5afcbfd38690eee956f6f83972f9271b2b2cc7 /extras | |
parent | a7180391e12c8f0549ce573dbaef55f3cbd1060a (diff) |
ganesha: fix the shebang for the copy-export script
Backport of:
> BUG: 1340488
> Change-Id: I22061a8b8bc0ea43da91e5b2904a27a674a004be
> Reviewed-on: http://review.gluster.org/14548
> Reported-by: Patrick Matthäi <pmatthaei@debian.org>
> Signed-off-by: Niels de Vos <ndevos@redhat.com>
BUG: 1340487
Change-Id: I22061a8b8bc0ea43da91e5b2904a27a674a004be
Reported-by: Patrick Matthäi <pmatthaei@debian.org>
Signed-off-by: Niels de Vos <ndevos@redhat.com>
Reviewed-on: http://review.gluster.org/14550
Smoke: Gluster Build System <jenkins@build.gluster.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: jiffin tony Thottan <jthottan@redhat.com>
Diffstat (limited to 'extras')
-rwxr-xr-x | extras/ganesha/scripts/copy-export-ganesha.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |