diff --git a/luniebox.sh b/luniebox.sh index ca01e4f..2baadce 100755 --- a/luniebox.sh +++ b/luniebox.sh @@ -300,6 +300,7 @@ setup_audio() { select response in "${AUDIO_DEVICES[@]}"; do echo "" AUDIO_DEVICE="$response" + break done fi