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