summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/includes/chroot.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/includes/chroot.inc b/core/includes/chroot.inc
index 04662b76..78441a18 100644
--- a/core/includes/chroot.inc
+++ b/core/includes/chroot.inc
@@ -227,6 +227,7 @@ chroot_run() {
exec 0>&8 # This redirection is used for debugging within a chroot
chroot --userspec root:root "${CHROOT_MOUNTDIR}" /autoexec.bat
local RET=$?
+ unlink "${CHROOT_MOUNTDIR}/bla.so"
#local i
#for i in $CHROOT_BINDMOUNTS; do
# umount -lf "${CHROOT_MOUNTDIR}/$i"