diff options
author | Niels de Vos <ndevos@redhat.com> | 2016-05-27 16:16:37 +0200 |
---|---|---|
committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2016-05-29 03:55:13 -0700 |
commit | 01d0356ca7aef59d0073121d1cc3ccc8de76e30f (patch) | |
tree | 12b0e5f94f13b44f2e00737a720ddc1d3acbf44d /extras/ganesha | |
parent | 868058b8e0162318801dc3006401ed28449d9268 (diff) |
ganesha: fix the shebang for the copy-export script
BUG: 1340488
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/14548
Smoke: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: jiffin tony Thottan <jthottan@redhat.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'extras/ganesha')
-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 |