Remove FIFO after usage

This commit is contained in:
Jacob 2023-08-09 00:28:10 +02:00
parent 0ff17c3baa
commit b471598eca

View file

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