X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-mount-http.sh;h=d0f4900f66a7107329ff577ff9ff49c07b33e4c8;hb=c8886f8f148c4d130a65ced7d39cec749f34c7d8;hp=16e69b692e04ac178e016591a5f7fe6c8cfbffc9;hpb=983d4783b0efa954c2322b8c70a4908e4da6bf99;p=live-boot-grml.git 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}"