From e10cf3e16f204e59e11d48f25b2cf9d30d0fef0c Mon Sep 17 00:00:00 2001 From: Hyotaek Shim Date: Fri, 1 Jun 2018 18:16:21 +0900 Subject: [PATCH] Fix wrong syntax in init.wrapper Change-Id: I7752106609603a3fa95be7bda1aa246d7999f16f Signed-off-by: Hyotaek Shim --- scripts/init.wrapper | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/init.wrapper b/scripts/init.wrapper index 082be47..32f53b9 100644 --- a/scripts/init.wrapper +++ b/scripts/init.wrapper @@ -41,8 +41,9 @@ else fi if [ x$MODULES = "x" ] - echo "Warning : There is no modules partition." then + echo "Warning : There is no modules partition." +else /sbin/resize2fs -f $MODULES /sbin/fsck -y $MODULES /bin/mount $MODULES $MODULES_MNT -- 2.34.1