the first `rmdir "$MNTPOINT"` needs `|| true`
authorPatrick Schleizer <adrelanos@whonix.org>
Thu, 7 Dec 2023 18:52:36 +0000 (13:52 -0500)
committerPatrick Schleizer <adrelanos@whonix.org>
Thu, 7 Dec 2023 18:52:36 +0000 (13:52 -0500)
commitcc96e883fa7ca0870b2428cda94aa0054dc02642
treea58b3d21d2083bfb3b43008c94860d987ad62aca
parentd39c8dfd5a06ae1ce0edb31600e8ed7da2ac02dd
the first `rmdir "$MNTPOINT"` needs `|| true`

because it will not always work

will not work in cases where /dev etc is still mounted inside the chroot
grml-debootstrap