summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-05-07 22:57:34 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-05-07 22:57:34 +0000
commite58717d76bcba3ac0ee6cc5a4e6a03d5d307c0d9 (patch)
treeeeff7be687c87443fdd0549608a8b5eea9c5c5ba /scripts
parent64c432fe558cb3e57152a36af44885311975ce5e (diff)
One more fix
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bluetooth.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bluetooth.init b/scripts/bluetooth.init
index 11162ee9..82cd68cf 100644
--- a/scripts/bluetooth.init
+++ b/scripts/bluetooth.init
@@ -82,7 +82,7 @@ case "$1" in
killall $DUND_NAME > /dev/null 2>&1 || true
echo -n " $DUND_NAME"
if [ -x "$RFCOMM_EXEC" ] ; then
- $RFCOMM_EXEC release all
+ $RFCOMM_EXEC release all > /dev/null 2>&1 || true
echo -n " $RFCOMM_NAME"
fi
killall $HIDD_NAME > /dev/null 2>&1 || true