fix script

This commit is contained in:
Lurkars 2022-02-06 11:45:41 +01:00
parent 29b9baf7c5
commit 9c0e1d8f47

View File

@ -300,6 +300,7 @@ setup_audio() {
select response in "${AUDIO_DEVICES[@]}"; do
echo ""
AUDIO_DEVICE="$response"
break
done
fi