windvn/path/wdvn-chroot-end

5 lines
92 B
Bash
Executable File

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