From 62143012b376682182d200eb6e225c7ab05d77fa Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Thu, 9 Jul 2015 21:11:41 +0900 Subject: [PATCH] Modify bluetoothd path in stack up script Change-Id: I8e9bb589171a40b77e4f33665f05f40eeb6ca651 Signed-off-by: DoHyun Pyun --- scripts/mobile/bt-stack-up.sh | 2 +- scripts/wearable/bt-stack-up.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/mobile/bt-stack-up.sh b/scripts/mobile/bt-stack-up.sh index 0b4b302..e032d13 100755 --- a/scripts/mobile/bt-stack-up.sh +++ b/scripts/mobile/bt-stack-up.sh @@ -21,7 +21,7 @@ fi # Execute BlueZ BT stack echo "Run bluetoothd" -/usr/lib/bluetooth/bluetoothd -d -C & +/usr/libexec/bluetooth/bluetoothd -d -C & /usr/bin/bluetooth-share & exit 0 diff --git a/scripts/wearable/bt-stack-up.sh b/scripts/wearable/bt-stack-up.sh index 2c2074c..4f5da9f 100755 --- a/scripts/wearable/bt-stack-up.sh +++ b/scripts/wearable/bt-stack-up.sh @@ -42,7 +42,7 @@ fi # Execute BlueZ BT stack echo "Run bluetoothd" -/usr/lib/bluetooth/bluetoothd -d -C & +/usr/libexec/bluetooth/bluetoothd -d -C & /usr/bin/dbus-send --print-reply --system --type=method_call \ --dest=org.freedesktop.systemd1 /org/freedesktop/systemd1 \ org.freedesktop.systemd1.Manager.StartUnit \ -- 2.7.4