X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F0030-verify-checksums;h=dd1c8f89a5227055e4fe9904fb3161632ea967af;hb=aebd12f70f50d59c2f7afe1923087e3c61dce3c1;hp=3249b349c9feb33a75f9603c54e0d6021677dae0;hpb=a331218718282c5496ff062a0f6aa55908224862;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