Forgot a 'then'

This commit is contained in:
computermouth 2016-12-01 16:44:40 -08:00
parent 53d7eedf72
commit 2569ac1bc5
1 changed files with 1 additions and 1 deletions

View File

@ -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