From a1590ecc17cb5c381acbc60a72feb3fa8b78b69f Mon Sep 17 00:00:00 2001 From: Fernando van Loenhout Date: Mon, 19 Sep 2022 10:35:36 +0200 Subject: [PATCH] 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 --- res/test-hardware-capabilities.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/test-hardware-capabilities.sh b/res/test-hardware-capabilities.sh index 724943d..602c7c8 100755 --- a/res/test-hardware-capabilities.sh +++ b/res/test-hardware-capabilities.sh @@ -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: "