Parcourir la source

create_device - bash typo

Émile Morel il y a 10 ans
Parent
commit
d09c83b407
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      olinux/create_device.sh

+ 1 - 1
olinux/create_device.sh

@@ -59,7 +59,7 @@ if [ "${DEVICE}" == "img" ] ; then
   
   sync
 
-elif [ ! -z $IMGSIZE ] : then
+elif [ ! -z $IMGSIZE ] ; then
   IMGSIZE=${IMGSIZE}"MiB"
 else
   IMGSIZE="100%"