summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfunctions/exit.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/functions/exit.sh b/functions/exit.sh
index 8bf19aaac..a692312e8 100755
--- a/functions/exit.sh
+++ b/functions/exit.sh
@@ -35,6 +35,11 @@ Exit ()
done
fi
+ rm -f .stage/chroot_devpts
+ rm -f .stage/chroot_proc
+ rm -f .stage/chroot_selinuxfs
+ rm -f .stage/chroot_sysfs
+
Echo_message "Saving caches..."
# We can't really know at which part we're failing,