mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 12:51:54 +00:00
Support more than 2 devices when testing the capabilities
At the moment, this typo is preventing the test script from working when you have more than 2 devices plugged in. Fixes #449
This commit is contained in:
parent
43505ab3dd
commit
a1590ecc17
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ then
|
|||
elif [ 1 = $WIFI_COUNT ]
|
||||
then
|
||||
WIFI_NAME="$WIFI_NAMES"
|
||||
elif [ 2 -ge $WIFI_COUNT ]
|
||||
elif [ 2 -le $WIFI_COUNT ]
|
||||
then
|
||||
echo Choose wireless device:
|
||||
PS3="device: "
|
||||
|
|
Loading…
Reference in a new issue