From 9c0e1d8f47c9410a9079d8161ffcf1c47193ce9e Mon Sep 17 00:00:00 2001 From: Lurkars Date: Sun, 6 Feb 2022 11:45:41 +0100 Subject: [PATCH] fix script --- luniebox.sh | 1 + 1 file changed, 1 insertion(+) 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