0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

Merge branch 'master' into staging-next

This commit is contained in:
Vladimír Čunát 2022-09-27 08:20:58 +02:00
commit 85d3dce182
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
17 changed files with 97 additions and 70 deletions

View file

@ -555,6 +555,9 @@ while read -u 3 mountPoint; do
umount /tmp-iso
rmdir /tmp-iso
if [ -n "$isoPath" ] && [ $fsType = "iso9660" ] && mountpoint -q /findiso; then
umount /findiso
fi
continue
fi