about summary refs log tree commit diff
path: root/installer.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'installer.sh.in')
-rw-r--r--installer.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer.sh.in b/installer.sh.in
index 40c2226..2a8e988 100644
--- a/installer.sh.in
+++ b/installer.sh.in
@@ -683,7 +683,7 @@ mount_filesystems() {
 umount_filesystems() {
     local f
 
-    for f in sys proc dev; do
+    for f in sys/fs/fuse/connections sys proc dev; do
         echo "Unmounting $TARGETDIR/$f..." >$LOG
         umount $TARGETDIR/$f >$LOG 2>&1
     done