From b326b778f27cde73393991df7f10809f4c9406d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 6 Aug 2008 20:29:03 +0000 Subject: [PATCH] - too many apps starts here so one can fail, another can work, lock file would be wrongly treated in such case Changed files: bluez-utils.init -> 1.16 --- bluez-utils.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluez-utils.init b/bluez-utils.init index df2c62f..00cacb8 100644 --- a/bluez-utils.init +++ b/bluez-utils.init @@ -70,7 +70,7 @@ start() { /usr/sbin/hciattach $i done fi - [ $RETVAL -eq 0 ] && touch /var/lock/subsys/bluetooth + touch /var/lock/subsys/bluetooth else msg_already_running bluetooth fi -- 2.43.0