fix missing fi

master-b-p-s
Alan Johnston 1 week ago committed by GitHub
parent 080f568074
commit 28c335c985
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -39,6 +39,7 @@ if [[ $(arecord -l | grep "USB Audio Device") ]] ; then
else
echo "No USB Sound Card detected"
soundcard=0
fi
gpio -g mode 7 up
if [[ $(gpio -g read 7 | grep 0) ]] ; then
@ -47,6 +48,7 @@ if [[ $(gpio -g read 7 | grep 0) ]]; then
else:
echo "TXC not present"
txc=0
fi
timeout 1 rtl_test &> out.txt
if [[ $(grep "No supported" out.txt) ]] ; then

Loading…
Cancel
Save

Powered by TurnKey Linux.