remove bashism
[platform/core/connectivity/bluetooth-tools.git] / scripts / bluetooth-address
1 #!/bin/sh
2
3 #
4 # Script for setting local Bluetooth Address during booting time
5 #
6
7 if [ -x /usr/etc/bluetooth/bt-set-addr.sh ]; then
8         /usr/etc/bluetooth/bt-set-addr.sh &
9 fi