From 2569ac1bc5c0777cdd686a5fdff549e232c548c3 Mon Sep 17 00:00:00 2001 From: computermouth Date: Thu, 1 Dec 2016 16:44:40 -0800 Subject: [PATCH] Forgot a 'then' --- chip-create-nand-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chip-create-nand-images.sh b/chip-create-nand-images.sh index 6073d37..5df351a 100755 --- a/chip-create-nand-images.sh +++ b/chip-create-nand-images.sh @@ -49,7 +49,7 @@ prepare_ubi() { elif [ "$osize" = "500" ]; then #TOSH_4GB_MLC volspec="vol_size=3584MiB" - elif [ "$osize" = "680" ]; + elif [ "$osize" = "680" ]; then #HYNI_8GB_MLC volspec="vol_size=7168MiB" else