summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcomponents/9990-mount-http.sh2
1 files changed, 1 insertions, 1 deletions
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}"