From: Siraaj Khandkar Date: Wed, 1 Aug 2018 22:42:39 +0000 (-0400) Subject: Show "n/a" instead of "off" when no bluetooth controllers were found X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=commitdiff_plain;h=cdbd608379ebcae2039eb59cbc49a51c724c20b7 Show "n/a" instead of "off" when no bluetooth controllers were found --- diff --git a/bin/khatus_parse_bluetoothctl_show b/bin/khatus_parse_bluetoothctl_show index 08a8708..7de42cf 100755 --- a/bin/khatus_parse_bluetoothctl_show +++ b/bin/khatus_parse_bluetoothctl_show @@ -26,7 +26,7 @@ END { show = "ERROR" } } else { - show = "off" # TODO: Perhaps use differentiated marker? + show = "n/a" } print(show) }