summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/rc b/common/rc
index 524ffa02..f5c17dd9 100644
--- a/common/rc
+++ b/common/rc
@@ -315,6 +315,9 @@ _scratch_unmount()
btrfs)
$UMOUNT_PROG $SCRATCH_MNT
;;
+ fuse.*)
+ $UMOUNT_PROG $SCRATCH_MNT
+ ;;
*)
$UMOUNT_PROG $SCRATCH_DEV
;;