windvn/path/wdvn-chroot-end

5 lines
92 B
Plaintext
Raw Permalink Normal View History

2022-08-10 00:00:49 +00:00
#!/bin/bash
2022-05-10 20:52:22 +00:00
umount -l "$1/proc"
2022-08-10 16:33:48 +00:00
umount -l "$1/sys"
2022-05-10 20:52:22 +00:00
umount -l "$1/dev/pts"
umount -l "$1/dev"