Update config fix sound card detection

beta-aprs
Alan Johnston 1 year ago committed by GitHub
parent 6b945ee811
commit b5255ab054
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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!"

Loading…
Cancel
Save

Powered by TurnKey Linux.