summaryrefslogblamecommitdiffstats
path: root/tasks/cleanup.task.sh
blob: 1f258785a2117fdee5c265f793af26ee3cc563c2 (plain) (tree)
1
2
3
4
5
6





                                               
cleanup() {
  # make sure all bindmounts have been umounted
  echo "  Umount temporary (bind)mounts"
  destroyBindmounts
  touch /tmp/.broot.exit
}