Correcting indenting initial work on a custom mounts system to ensure consistency.
[live-boot-grml.git] / scripts / live
index 65fd976..4c0597a 100755 (executable)
@@ -1602,7 +1602,7 @@ setup_unionfs ()
                do
                        if [ ! -b "${device}" ]
                        then
-                           continue
+                               continue
                        fi
                        backing="/$(basename ${device})-backing"
                        mkdir -p "${backing}"