Force unmounting
This commit is contained in:
parent
b82e3b05be
commit
0edf1696dc
|
@ -120,9 +120,9 @@ else
|
|||
sudo wimdelete --soft "$wimFile" 2;
|
||||
done;
|
||||
|
||||
sudo umount "$mountPath";
|
||||
sudo umount "$bootPath";
|
||||
sudo umount "$dataPath";
|
||||
sudo umount -f "$mountPath";
|
||||
sudo umount -f "$bootPath";
|
||||
sudo umount -f "$dataPath";
|
||||
sudo rm -rf "$mountPath" "$bootPath" "$dataPath";
|
||||
fi;
|
||||
|
||||
|
|
Loading…
Reference in a new issue