X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F0030-verify-checksums;h=dd1c8f89a5227055e4fe9904fb3161632ea967af;hb=a6c584bc1a6ba62db09014487e81210546c37e81;hp=3249b349c9feb33a75f9603c54e0d6021677dae0;hpb=b14879f67399600c7330a384b0bfb9f13f349134;p=live-boot-grml.git diff --git a/components/0030-verify-checksums b/components/0030-verify-checksums index 3249b34..dd1c8f8 100755 --- a/components/0030-verify-checksums +++ b/components/0030-verify-checksums @@ -72,7 +72,7 @@ Verify_checksums () # Unmount live-media cd / - umount -f ${_MOUNTPOINT} > /dev/null 2>&1 + umount -f "${_MOUNTPOINT}" > /dev/null 2>&1 sync # Attempt to remount all mounted filesystems read-only