summaryrefslogtreecommitdiffstats
path: root/extras/hook-scripts/start/post
diff options
context:
space:
mode:
Diffstat (limited to 'extras/hook-scripts/start/post')
-rwxr-xr-xextras/hook-scripts/start/post/S31ganesha-start.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hook-scripts/start/post/S31ganesha-start.sh b/extras/hook-scripts/start/post/S31ganesha-start.sh
index 7ba8af1e6e4..dc3eaeaaa9f 100755
--- a/extras/hook-scripts/start/post/S31ganesha-start.sh
+++ b/extras/hook-scripts/start/post/S31ganesha-start.sh
@@ -105,7 +105,7 @@ function start_ganesha()
cut -d"=" -f2)
if [ "$ganesha_value" = "on" ]
then
- write_conf $VOL
+ write_conf $VOL > $GANESHA_DIR/exports/export.$VOL.conf
start_ganesha $VOL
else
exit 0