summaryrefslogtreecommitdiff
path: root/backend/modules/cleanup
diff options
context:
space:
mode:
Diffstat (limited to 'backend/modules/cleanup')
-rw-r--r--backend/modules/cleanup4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/modules/cleanup b/backend/modules/cleanup
index fe604a0..adced93 100644
--- a/backend/modules/cleanup
+++ b/backend/modules/cleanup
@@ -11,5 +11,9 @@ function cleanup()
umount "$TARGET" &>/dev/null
umount "/live/filesystem" &>/dev/null
rmdir "$TARGET" "/live/filesystem" &>/dev/null
+ if [ -d /live/filesystem.main ]; then
+ umount "/live/filesystem.main" &>/dev/null
+ rmdir "/live/filesystem.main" &>/dev/null
+ fi
}