From: Hyotaek Shim Date: Fri, 1 Jun 2018 09:16:21 +0000 (+0900) Subject: Fix wrong syntax in init.wrapper X-Git-Tag: submit/tizen/20180619.052936~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e10cf3e16f204e59e11d48f25b2cf9d30d0fef0c;p=platform%2Fadaptation%2Fsystem-plugin.git Fix wrong syntax in init.wrapper Change-Id: I7752106609603a3fa95be7bda1aa246d7999f16f Signed-off-by: Hyotaek Shim --- 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