diff options
-rwxr-xr-x | xlators/mount/fuse/utils/mount.glusterfs.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mount/fuse/utils/mount.glusterfs.in b/xlators/mount/fuse/utils/mount.glusterfs.in index 477bfceb0..4d6e602b0 100755 --- a/xlators/mount/fuse/utils/mount.glusterfs.in +++ b/xlators/mount/fuse/utils/mount.glusterfs.in @@ -150,7 +150,7 @@ main () mount_point="$2"; # Simple check to avoid multiple identical mounts - if grep -q "glusterfs $mount_point fuse" /etc/mtab; then + if grep -q " $mount_point fuse.glusterfs " /etc/mtab; then echo "$0: according to mtab, GlusterFS is already mounted on $mount_point" exit 1 fi |