X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F9990-misc-helpers.sh;h=4429c33d74387bff823f5ff40f931a7095c45bb5;hb=2d6f480a16a5af6d8a1599716ca8d859b1e69ee4;hp=117876fe2fcbe0c674597179d6bb917461d6d9fb;hpb=ee04164312a51ba075ff169140a8969b7ee66512;p=live-boot-grml.git diff --git a/scripts/boot/9990-misc-helpers.sh b/scripts/boot/9990-misc-helpers.sh index 117876f..4429c33 100755 --- a/scripts/boot/9990-misc-helpers.sh +++ b/scripts/boot/9990-misc-helpers.sh @@ -911,7 +911,9 @@ probe_for_file_name () then echo ${ret} else + # unmount and remove mountpoint umount ${backing} > /dev/null 2>&1 || true + rmdir ${backing} > /dev/null 2>&1 || true fi }