Browse Source

syntax typo

Helge Jung 9 years ago
parent
commit
3e2de6f5cc
1 changed files with 1 additions and 1 deletions
  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