summaryrefslogtreecommitdiffstats
path: root/scripts/bluetooth.rc.deb
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bluetooth.rc.deb')
-rwxr-xr-xscripts/bluetooth.rc.deb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bluetooth.rc.deb b/scripts/bluetooth.rc.deb
index 2480d385..01ae1b56 100755
--- a/scripts/bluetooth.rc.deb
+++ b/scripts/bluetooth.rc.deb
@@ -51,7 +51,7 @@ case "$1" in
echo -n "Stopping $DESC:"
if [ -x $RFCOMM ] ; then
echo -n " rfcomm"
- $RFCOMM unbind all
+ $RFCOMM release all
fi
echo -n " sdpd"
killall $SDPD > /dev/null 2>&1 || true