windvn/path/wdvn-chroot-end
2022-08-10 18:33:48 +02:00

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"