diff options
author | Richard Nelson <unixabg@gmail.com> | 2015-06-23 15:47:43 -0500 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-08-19 17:22:23 +0200 |
commit | 60e3a0cf5e883ca6323ed8542eaf519e497a6731 (patch) | |
tree | 4f1df66f391eab89a68c5e869bc3f45fed465189 | |
parent | 066426aa5992e3bcd88ce88690b1b1a447ced7b3 (diff) | |
download | live-boot-60e3a0cf5e883ca6323ed8542eaf519e497a6731.tar.gz live-boot-60e3a0cf5e883ca6323ed8542eaf519e497a6731.zip |
Adjusting whitespace to tabs on components/9990-mount-http.sh
-rwxr-xr-x | components/9990-mount-http.sh | 2 |
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}" |