]> git.pld-linux.org Git - packages/bluez-utils.git/commitdiff
- Removed '--quiet' option from '$script status' - it works now
authoradgor <adgor@pld-linux.org>
Wed, 24 Jan 2007 18:41:25 +0000 (18:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez-utils-udev.script -> 1.2

bluez-utils-udev.script

index 1f879bdd7615c895fc609327e0805b8c51b79b5e..62db14a47fd0f134afa484a20598b4a97ffb65f9 100644 (file)
@@ -15,11 +15,11 @@ if [ "$sysfs" = "" ]; then
 fi
 
 if [ ! -d $sysfs/class/bluetooth/hci[0-9]* ]; then
 fi
 
 if [ ! -d $sysfs/class/bluetooth/hci[0-9]* ]; then
-    if $script --quiet status; then
+    if $script status; then
        $script stop
     fi
 else
        $script stop
     fi
 else
-    if ! $script --quiet status; then
+    if ! $script status; then
        $script start
     fi
 fi
        $script start
     fi
 fi
This page took 0.031437 seconds and 4 git commands to generate.