Update command if direwolf mode but no soundcard, print

pull/323/head
Alan Johnston 1 year ago committed by GitHub
parent f9cb1e1a87
commit 953cb4a737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -44,7 +44,17 @@ if [[ $(arecord -l | grep card) ]] && [ -f "$FILE" ]; then
fi
else
echo "Starting Carrier (squelch) Command and Control"
if [ -f "$FILE" ]; then
echo "Direwolf mode set but no USB soundcard detected!"
echo "Instead, starting Carrier (squelch) Command and Control"
else
echo "Starting Carrier (squelch) Command and Control"
fi
if [ "$1" = "d" ]; then

Loading…
Cancel
Save

Powered by TurnKey Linux.