Merge pull request #11342 from DeterminateSystems/fix-umount
Fix umount failure
This commit is contained in:
@@ -69,7 +69,7 @@ mountOverlayfs () {
|
||||
|| skipTest "overlayfs is not supported"
|
||||
|
||||
cleanupOverlay () {
|
||||
umount "$storeBRoot/nix/store"
|
||||
umount -n "$storeBRoot/nix/store"
|
||||
rm -r $storeVolume/workdir
|
||||
}
|
||||
trap cleanupOverlay EXIT
|
||||
|
||||
Reference in New Issue
Block a user