summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorChristian Rößler2015-09-07 14:22:49 +0200
committerChristian Rößler2015-09-07 14:22:49 +0200
commit53042c744af74ecba1224a5c4c90f258756fd0b4 (patch)
treee930804e12d8e9ac8b388076770d19dde06bf9bf /remote
parent[chroot] Script changes: better commentary (diff)
downloadtm-scripts-53042c744af74ecba1224a5c4c90f258756fd0b4.tar.gz
tm-scripts-53042c744af74ecba1224a5c4c90f258756fd0b4.tar.xz
tm-scripts-53042c744af74ecba1224a5c4c90f258756fd0b4.zip
[chroot] Little bug fix: removed forgotten dev.-mount
Diffstat (limited to 'remote')
-rw-r--r--remote/includes/chroot.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/remote/includes/chroot.inc b/remote/includes/chroot.inc
index eb5c59d7..fdecd19d 100644
--- a/remote/includes/chroot.inc
+++ b/remote/includes/chroot.inc
@@ -244,6 +244,5 @@ chroot_cleanup_mounts() {
|| pinfo "Could not rmdir CHROOT_WORKDIR/work ${CHROOT_WORKDIR}/work - clean it by hand."
rmdir "${CHROOT_WORKDIR}" && pinfo "rmdir-ed CHROOT_WORKDIR ${CHROOT_WORKDIR} needed for new overlayfs mount syntax." \
|| pinfo "Could not rmdir CHROOT_WORKDIR ${CHROOT_WORKDIR} needed for new overlayfs mount syntax - clean by hand."
- umount overlayfs
fi
}