Adjusting whitespace to tabs on components/9990-overlay.sh
authorRichard Nelson <unixabg@gmail.com>
Tue, 23 Jun 2015 20:43:00 +0000 (15:43 -0500)
committerDaniel Baumann <mail@daniel-baumann.ch>
Wed, 19 Aug 2015 15:22:23 +0000 (17:22 +0200)
components/9990-overlay.sh

index a64c78b..58828f6 100755 (executable)
@@ -357,8 +357,8 @@ setup_unionfs ()
                done
        fi
 
-        # ensure that a potentially stray tmpfs gets removed
-        # otherways, initramfs-tools is unable to remove /live
-        # and fails to boot
-        umount /live/overlay > /dev/null 2>&1 || true
+       # ensure that a potentially stray tmpfs gets removed
+       # otherways, initramfs-tools is unable to remove /live
+       # and fails to boot
+       umount /live/overlay > /dev/null 2>&1 || true
 }