From 9d4d543384d5a8d1d6cf47750a9dd72c9d29085f Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Fri, 6 Jun 2025 15:03:45 +0200 Subject: [PATCH] remove potential chatter in auto-update paired list --- bt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt b/bt index 3b6a46e..5202adc 100755 --- a/bt +++ b/bt @@ -34,7 +34,7 @@ scan(){ #Check bluetoothctl devices Paired for new devices to be hardcoded into pair list update_pair_list(){ - btctl_paired_devices="$(bluetoothctl devices Paired)" + btctl_paired_devices="$(bluetoothctl devices Paired | grep '^Device')" if [ -n "$btctl_paired_devices" ] then #do not modify files when issues occur