X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=blobdiff_plain;f=components%2F9990-mount-http.sh;h=d0f4900f66a7107329ff577ff9ff49c07b33e4c8;hp=16e69b692e04ac178e016591a5f7fe6c8cfbffc9;hb=60e3a0cf5e883ca6323ed8542eaf519e497a6731;hpb=066426aa5992e3bcd88ce88690b1b1a447ced7b3 diff --git a/components/9990-mount-http.sh b/components/9990-mount-http.sh index 16e69b6..d0f4900 100755 --- a/components/9990-mount-http.sh +++ b/components/9990-mount-http.sh @@ -83,7 +83,7 @@ do_httpmount () then if [ -d "${alt_mountpoint}" ] then - umount "${alt_mountpoint}" + umount "${alt_mountpoint}" rmdir "${alt_mountpoint}" fi umount "${mountpoint}"