1
0
Fork 0
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:
Fernando van Loenhout 2022-09-19 10:35:36 +02:00 committed by Alberto Fanjul
parent 43505ab3dd
commit a1590ecc17

View file

@ -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: "