Helge Jung hace 9 años
padre
commit
3e2de6f5cc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      autoflash.sh

+ 1 - 1
autoflash.sh

@@ -19,7 +19,7 @@ models="tp-link-tl-wr841n-nd-v8 tp-link-tl-wr841n-nd-v9"
 models="${models} tp-link-tl-wdr3500-v1"
 models="${models} tp-link-tl-wdr3600-v1"
 models="${models} tp-link-tl-wdr4300-v1"
-for model in models; do
+for model in $models; do
 	filename="${base_fw_name}-${model}.bin"
 	imagefile="images/${filename}"
 	if [ ! -r $imagefile ]; then