summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2015-06-23 15:47:43 -0500
committerDaniel Baumann <mail@daniel-baumann.ch>2015-08-19 17:22:23 +0200
commit60e3a0cf5e883ca6323ed8542eaf519e497a6731 (patch)
tree4f1df66f391eab89a68c5e869bc3f45fed465189
parent066426aa5992e3bcd88ce88690b1b1a447ced7b3 (diff)
downloadlive-boot-60e3a0cf5e883ca6323ed8542eaf519e497a6731.tar.gz
live-boot-60e3a0cf5e883ca6323ed8542eaf519e497a6731.zip
Adjusting whitespace to tabs on components/9990-mount-http.sh
-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}"