From b5255ab054a3a28f1a65ade9f950a840df8cffb0 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 8 Jul 2024 16:22:56 -0400 Subject: [PATCH] Update config fix sound card detection --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index ae05acb9..515d816d 100755 --- a/config +++ b/config @@ -505,7 +505,7 @@ elif [ "$1" = "-d" ]; then echo echo "Change command and control Direwolf state" echo - if [[ $(arecord -l | grep card) ]] && [ -f "$FILE" ]; then + if [[ $(arecord -l | grep card) ]]; then : else echo "Note: No USB Sound Card is plugged in!"