diff --git a/command b/command index 5b11279b..c05145b2 100755 --- a/command +++ b/command @@ -28,7 +28,7 @@ echo "Waiting 20 seconds for USB" sleep 20 FILE=/home/pi/CubeSatSim/command_control_direwolf -if [[ $(arecord -l | grep card) ]] && [ -f "$FILE" ]; then +if [[ $(arecord -l | grep "USB Audio Device") ]] && [ -f "$FILE" ]; then echo "Starting Direwolf DTMF and APRS Command and Control"