summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2021-05-21 14:14:41 +0200
committerSteve Sakoman <steve@sakoman.com>2021-05-28 14:22:21 -1000
commit70df5169758c8264b48ee3884b66c41a82b28fe9 (patch)
tree3e24add0f62800a5b882a24ab565c8f0ac464075
parent0d35b7d1de517ceb1bddc9ffe848e3d25030747a (diff)
downloadopenembedded-core-contrib-70df5169758c8264b48ee3884b66c41a82b28fe9.tar.gz
initramfs-framework:rootfs: fix wrong indentions
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>
-rw-r--r--meta/recipes-core/initrdscripts/initramfs-framework/rootfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/rootfs b/meta/recipes-core/initrdscripts/initramfs-framework/rootfs
index 748c9391c0..1d8a0ae66d 100644
--- a/meta/recipes-core/initrdscripts/initramfs-framework/rootfs
+++ b/meta/recipes-core/initrdscripts/initramfs-framework/rootfs
@@ -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