Make sure all filesystems in targetdir are unmounted.
This commit is contained in:
parent
b557955207
commit
dfb3ade8c5
@ -683,7 +683,7 @@ mount_filesystems() {
|
|||||||
umount_filesystems() {
|
umount_filesystems() {
|
||||||
local f
|
local f
|
||||||
|
|
||||||
for f in sys proc dev; do
|
for f in sys/fs/fuse/connections sys proc dev; do
|
||||||
echo "Unmounting $TARGETDIR/$f..." >$LOG
|
echo "Unmounting $TARGETDIR/$f..." >$LOG
|
||||||
umount $TARGETDIR/$f >$LOG 2>&1
|
umount $TARGETDIR/$f >$LOG 2>&1
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user