File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ sed -i -e 's/#Class = .*/Class = 0x00010c/g' mnt/img_root/etc/bluetooth/main.con
1111sed -i -e ' s/#DiscoverableTimeout = 0/DiscoverableTimeout = 0/g' mnt/img_root/etc/bluetooth/main.conf
1212sed -i -e ' s/#JustWorksRepairing = never/JustWorksRepairing = always/g' mnt/img_root/etc/bluetooth/main.conf
1313sed -i -e ' s/#FastConnectable = false/FastConnectable = true/g' mnt/img_root/etc/bluetooth/main.conf
14- echo " \n[Agent]\nDefaultAgent = true\nEnableSecurity = false" >> mnt/img_root/etc/bluetooth/main.conf
14+ echo -e " \n[Agent]\nDefaultAgent = true\nEnableSecurity = false" >> mnt/img_root/etc/bluetooth/main.conf
1515cat mnt/img_root/etc/bluetooth/main.conf
1616
1717sed -i -e ' s#libexec/bluetooth/bluetoothd#sbin/bluetoothd#' mnt/img_root/lib/systemd/system/bluetooth.service
1818cat mnt/img_root/lib/systemd/system/bluetooth.service
1919
2020mkdir -p mnt/img_root/etc/systemd/system/bluetooth.service.d
21- echo " [Service]\nExecStart=\nExecStart=/usr/sbin/bluetoothd --compat" > mnt/img_root/etc/systemd/system/bluetooth.service.d/override.conf
21+ echo -e " [Service]\nExecStart=\nExecStart=/usr/sbin/bluetoothd --compat" > mnt/img_root/etc/systemd/system/bluetooth.service.d/override.conf
2222cat mnt/img_root/etc/systemd/system/bluetooth.service.d/override.conf
You can’t perform that action at this time.
0 commit comments