remove unnecessary error message from stdout
This commit is contained in:
parent
4dc917aad7
commit
ef42241838
2
bt
2
bt
@ -99,7 +99,7 @@ poweroption="$( echo "$powerstatus" | sed 's/yes/power off/; s/no/power on/' )"
|
||||
|
||||
cleanup(){
|
||||
scan off
|
||||
rm /tmp/bt_start_scan$$
|
||||
rm /tmp/bt_start_scan$$ 2> /dev/null
|
||||
exit 0
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user