diff options
Diffstat (limited to 'extras/ganesha/scripts/create-export-ganesha.sh')
| -rwxr-xr-x | extras/ganesha/scripts/create-export-ganesha.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/ganesha/scripts/create-export-ganesha.sh b/extras/ganesha/scripts/create-export-ganesha.sh index bd884b4c4a8..c1e02d6997d 100755 --- a/extras/ganesha/scripts/create-export-ganesha.sh +++ b/extras/ganesha/scripts/create-export-ganesha.sh @@ -87,7 +87,7 @@ echo "     }"  }  write_conf $@ > $GANESHA_DIR/exports/export.$VOL.conf -if ! (cat $CONF | grep  $VOL.conf$ ) +if ! (cat $CONF | grep  $VOL.conf\"$ )  then  echo "%include \"$GANESHA_DIR/exports/export.$VOL.conf\"" >> $CONF  fi  | 
