windvn/path/wdvn-chroot-end

4 lines
73 B
Bash
Executable File

#!/bin/bash
umount -l "$1/proc"
umount -l "$1/dev/pts"
umount -l "$1/dev"