summaryrefslogtreecommitdiffstats
path: root/extras/hook-scripts/reset/post/S31ganesha-reset.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extras/hook-scripts/reset/post/S31ganesha-reset.sh')
-rwxr-xr-xextras/hook-scripts/reset/post/S31ganesha-reset.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/hook-scripts/reset/post/S31ganesha-reset.sh b/extras/hook-scripts/reset/post/S31ganesha-reset.sh
index 68411e4bd95..a683af5c0c0 100755
--- a/extras/hook-scripts/reset/post/S31ganesha-reset.sh
+++ b/extras/hook-scripts/reset/post/S31ganesha-reset.sh
@@ -25,8 +25,8 @@ if ps aux | grep -q "[g]anesha.nfsd"
then
kill -s TERM `cat /var/run/ganesha.pid`
sleep 10
- rm -rf /var/lib/ganesha/exports
- rm -rf /var/lib/ganesha/export_added
+ rm -rf /var/lib/glusterfs-ganesha/exports
+ rm -rf /var/lib/glusterfs-ganesha/.export_added
sed -i /conf/d /var/lib/ganesha/nfs-ganesha.conf
if [ "1" = $(is_volume_started "$VOL") ];
then