Show "n/a" instead of "off" when no bluetooth controllers were found
authorSiraaj Khandkar <siraaj@khandkar.net>
Wed, 1 Aug 2018 22:42:39 +0000 (18:42 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Wed, 1 Aug 2018 22:42:39 +0000 (18:42 -0400)
bin/khatus_parse_bluetoothctl_show

index 08a8708..7de42cf 100755 (executable)
@@ -26,7 +26,7 @@ END {
             show = "ERROR"
         }
     } else {
-        show = "off"  # TODO: Perhaps use differentiated marker?
+        show = "n/a"
     }
     print(show)
 }
This page took 0.017879 seconds and 4 git commands to generate.