#!/bin/sh
PATH=/bin:/usr/bin:/sbin:/usr/sbin
#
# Script for setting local Bluetooth Address during booting time
#

if [ -x /usr/etc/bluetooth/bt-set-addr.sh ]; then
	/usr/etc/bluetooth/bt-set-addr.sh &
fi
