Merge pull request #187073 from penglei/master

This commit is contained in:
Franz Pletz 2022-09-27 05:33:22 +02:00 committed by GitHub
commit 1f41992899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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