]> git.pld-linux.org Git - packages/bluez-utils.git/blobdiff - bluez-utils-udev.script
- Removed '--quiet' option from '$script status' - it works now
[packages/bluez-utils.git] / 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
-    if $script --quiet status; then
+    if $script status; then
        $script stop
     fi
 else
-    if ! $script --quiet status; then
+    if ! $script status; then
        $script start
     fi
 fi
This page took 1.651171 seconds and 4 git commands to generate.