]> code.delx.au - monosys/commitdiff
wifi-scan: don't ignore the list scan result
authorJames Bunton <jamesbunton@delx.net.au>
Sun, 20 Jun 2021 04:30:41 +0000 (14:30 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Sun, 20 Jun 2021 04:30:41 +0000 (14:30 +1000)
bin/wifi-scan

index 9b3b17c467f691f5f5e77c8c26d8a6820ad14eb1..b038f9551a99277ea03edc69e78bbce283ca3007 100755 (executable)
@@ -63,6 +63,8 @@ function formatScanResult(scanResult) {
         }
     }
 
+    finishPartial();
+
     function finishPartial() {
         if (!partial) {
             return;