Show "n/a" instead of "off" when no bluetooth controllers were found
[khatus.git] / 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.017641 seconds and 4 git commands to generate.