Skip to content

Commit a98e462

Browse files
authored
Update 30_bluetooth.sh
1 parent a0d2c52 commit a98e462

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts.d/30_bluetooth.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ cat mnt/img_root/usr/local/bin/bluetooth-server.py | grep ^class
88

99
echo "Switching bluetooth device class to 0x00010c - computer"
1010
sed -i -e 's/#Class = .*/Class = 0x00010c/g' mnt/img_root/etc/bluetooth/main.conf
11+
cat mnt/img_root/etc/bluetooth/main.conf
1112

1213
sed -i -e 's#libexec/bluetooth/bluetoothd#sbin/bluetoothd --noplugin=sap#' mnt/img_root/lib/systemd/system/bluetooth.service
13-
cat mnt/img_root/lib/systemd/system/bluetooth.service hi
14+
cat mnt/img_root/lib/systemd/system/bluetooth.service

0 commit comments

Comments
 (0)