windvn/path/wdvn-chroot-end
2022-08-10 02:00:49 +02:00

4 lines
73 B
Bash
Executable File

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