diff --git a/Bin/bluetooth_headphones_status.sh b/Bin/bluetooth_headphones_status.sh index 7ecb9ac..a40e270 100755 --- a/Bin/bluetooth_headphones_status.sh +++ b/Bin/bluetooth_headphones_status.sh @@ -43,4 +43,6 @@ if [ ! -z ${BT_SINK} ]; then esac ;; esac +else + echo "none" fi