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,8 +44,18 @@ if [[ $(arecord -l | grep card) ]] && [ -f "$FILE" ]; then
fi fi
else else
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" echo "Starting Carrier (squelch) Command and Control"
fi
if [ "$1" = "d" ]; then if [ "$1" = "d" ]; then
echo "debug mode" echo "debug mode"

Loading…
Cancel
Save

Powered by TurnKey Linux.