diff --git a/packages/network/bluez/init.d/13_bluetooth b/packages/network/bluez/init.d/16_bluetooth old mode 100755 new mode 100644 similarity index 90% rename from packages/network/bluez/init.d/13_bluetooth rename to packages/network/bluez/init.d/16_bluetooth index ac2364b52c..3f5f577fb7 --- a/packages/network/bluez/init.d/13_bluetooth +++ b/packages/network/bluez/init.d/16_bluetooth @@ -1,5 +1,3 @@ -#!/bin/sh - ################################################################################ # Copyright (C) 2009-2010 OpenELEC.tv # http://www.openelec.tv @@ -25,8 +23,7 @@ # # runlevels: openelec, textmode -. /etc/profile - -progress "Starting Bluetooth" - - udevadm trigger --subsystem-match=bluetooth & \ No newline at end of file +( + progress "Starting Bluetooth" + udevadm trigger --subsystem-match=bluetooth +)& \ No newline at end of file