diff --git a/bluetooth-spmenu b/bluetooth-spmenu index 23c669a..266ca31 100755 --- a/bluetooth-spmenu +++ b/bluetooth-spmenu @@ -38,6 +38,8 @@ enable_bt() { seldev="$($RUNLAUNCHER -lf /tmp/btctrl-file -l 12 -g 1 -p "Select a device")" + rm -f "/tmp/spmenu.fifo" + # Check what to do case "$seldev" in "") exit 0 ;;