From 74ee22429b12640f826e7832523b47b6f3c8183f Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 15 Oct 2024 10:32:30 -0400 Subject: [PATCH] Update command added {} --- command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command b/command index cefa946d..5ba23cc7 100755 --- a/command +++ b/command @@ -90,7 +90,7 @@ else echo "Current value of rx is" echo $freq - rtl_fm -M fm -f $freqM -s 48k | aplay -D plughw:$card,0,0 -r 48000 -t raw -f S16_LE -c 1 & + rtl_fm -M fm -f ${freq}M -s 48k | aplay -D plughw:${card},0,0 -r 48000 -t raw -f S16_LE -c 1 & if [ "$debug" = "1" ]; then