diff --git a/scripts/core/sxmo_bluetoothmenu.sh b/scripts/core/sxmo_bluetoothmenu.sh index c932a89..56b2b21 100755 --- a/scripts/core/sxmo_bluetoothmenu.sh +++ b/scripts/core/sxmo_bluetoothmenu.sh @@ -51,7 +51,7 @@ devicemenu() { PICKED="$( echo "$ENTRIES" | dmenu -i -c -l 10 -p "Devices" - )" + )" || exit if echo "$PICKED" | grep -q "Refresh"; then continue