todo docs: Feature for base64 uploads and scripts.
[libguestfs.git] / fuse / test-fuse.sh
index fffd851..7dc8e4b 100755 (executable)
@@ -69,8 +69,8 @@ function cleanup ()
     # you from unmounting it!  Hence the need for this loop.
     count=10
     while ! fusermount -u "$mp" && [ $count -gt 0 ]; do
-       sleep 1
-       ((count--))
+        sleep 1
+        ((count--))
     done
 
     rm -f "$image"
@@ -86,7 +86,7 @@ function stage ()
     ((s++))
 }
 
-stage Create filesystem with some inital content
+stage Create filesystem with some initial content
 $guestfish <<EOF
   sparse "$image" 10M
   run