991ab8f
#!/bin/sh
991ab8f
#
991ab8f
# fusermount-glusterfs requires the /dev/fuse character device. The fuse module
991ab8f
# provides this and is loaded on demand in newer Linux distributions.
991ab8f
#
991ab8f
991ab8f
[ -c /dev/fuse ] || /sbin/modprobe fuse