Move bt test so 0 holds the correct value.

This commit is contained in:
fewtarius 2023-02-01 08:05:05 -05:00
parent 2db4f25fad
commit c2c2afcd3a
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -10,9 +10,9 @@
rr_audio.sh pulseaudio
export SDL_AUDIODRIVER=pulseaudio
BTTEST=$(amixer -D bluealsa controls >/dev/null 2>&1)
BTTIMEOUT=10
BTTESTCOUNT=0
BTTEST=$(amixer -D bluealsa controls >/dev/null 2>&1)
if [ $? = 0 ]
then
while true