]> code.ossystems Code Review - openembedded-core.git/commitdiff
initramfs-framework:rootfs: fix wrong indentions
authorMing Liu <liu.ming50@gmail.com>
Fri, 21 May 2021 12:14:41 +0000 (14:14 +0200)
committerSteve Sakoman <steve@sakoman.com>
Sat, 29 May 2021 00:22:21 +0000 (14:22 -1000)
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit cd4d76f43c6ead9f32dece1faa9c9c5da895d9cd)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/initrdscripts/initramfs-framework/rootfs

index 748c9391c04422d66e0c429c10e98f523c5b66b5..1d8a0ae66d683aa72bcb762dfa75ed86257bf729 100644 (file)
@@ -67,8 +67,8 @@ rootfs_run() {
                                        # It is unlikely to change, but keep trying anyway.
                                        # Perhaps we pick a different device next time.
                                        umount $ROOTFS_DIR
-                                       fi
                                fi
+                       fi
                fi
                debug "Sleeping for $delay second(s) to wait root to settle..."
                sleep $delay