mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
9 lines
93 B
Bash
9 lines
93 B
Bash
#!/bin/sh
|
|
|
|
cat >> /etc/bluetooth/main.conf <<EOF
|
|
[General]
|
|
Name = TIP AP
|
|
[GATT]
|
|
[Policy]
|
|
EOF
|