Modify bluetoothd path in stack up script
[platform/core/connectivity/bluetooth-tools.git] / scripts / mobile / bt-stack-up.sh
index 0b4b302..e032d13 100755 (executable)
@@ -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