summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2008-10-29 13:20:11 +0000
committerThilo Bangert <bangert@gentoo.org>2008-10-29 13:20:11 +0000
commiteee5c002b8a29f89730d3267b65751b278d515df (patch)
treed99b83a5ee0faf245f3b5e95645a4bc33e29ea45 /scripts
parentrubibob - sms sending application for bibob (danish mobile operator) (diff)
downloadbangert-eee5c002b8a29f89730d3267b65751b278d515df.tar.gz
bangert-eee5c002b8a29f89730d3267b65751b278d515df.tar.bz2
bangert-eee5c002b8a29f89730d3267b65751b278d515df.zip
unmount the correct dev - fix by patrick grimm - thanks
svn path=/; revision=74
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/iso2usb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/iso2usb.sh b/scripts/iso2usb.sh
index 11f3a82..78f7546 100755
--- a/scripts/iso2usb.sh
+++ b/scripts/iso2usb.sh
@@ -58,7 +58,7 @@ EOF
msg "Cleaning up! Unmounting Loop!"
umount ${MNTPTLOOP}
msg "Cleaning up! Unmounting USB!"
-umount ${MNTPTLOOP}
+umount ${MNTPTUSB}
rmdir ${MNTPTLOOP}
rmdir ${MNTPTUSB}