From 8196ca142f93e157fe22c4a3185b28e91c1bf31f Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Thu, 18 Jul 2013 19:32:43 +0300 Subject: [PATCH] bluez: init: cosmetics --- packages/network/bluez/init.d/54_bluez | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/network/bluez/init.d/54_bluez b/packages/network/bluez/init.d/54_bluez index 544725c68c..2a5d819d18 100644 --- a/packages/network/bluez/init.d/54_bluez +++ b/packages/network/bluez/init.d/54_bluez @@ -36,6 +36,6 @@ if [ "$BLUEZ_ENABLED" == "true" ]; then progress "Starting bluetooth daemon" wait_for_dbus - /usr/lib/bluetooth/bluetoothd &>/dev/null & + /usr/lib/bluetooth/bluetoothd &>/dev/null fi )&