typo
This commit is contained in:
parent
44fe713062
commit
abc627e4a2
@ -378,7 +378,7 @@ iwconfig_scan() {
|
|||||||
*Address:*)
|
*Address:*)
|
||||||
APS=$((${APS} + 1))
|
APS=$((${APS} + 1))
|
||||||
eval MAC_${APS}="\""$(echo "${line#*: }" | tr '[:lower:]' '[:upper:]')"\""
|
eval MAC_${APS}="\""$(echo "${line#*: }" | tr '[:lower:]' '[:upper:]')"\""
|
||||||
eva l QUALITY_${APS}=0
|
eval QUALITY_${APS}=0
|
||||||
;;
|
;;
|
||||||
*ESSID:*)
|
*ESSID:*)
|
||||||
x=${line#*\"}
|
x=${line#*\"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user