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 163041fe..21396c33 100644
--- a/common/rc
+++ b/common/rc
@@ -320,6 +320,9 @@ _scratch_unmount()
btrfs)
$UMOUNT_PROG $SCRATCH_MNT
;;
+ fuse.*)
+ $UMOUNT_PROG $SCRATCH_MNT
+ ;;
*)
$UMOUNT_PROG $SCRATCH_DEV
;;