From 530cb43d24e719f6d80851cca8cea8cb8f0f0404 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 23 Jul 2024 16:38:46 -0400 Subject: [PATCH] Update command included killalls at the end --- command | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/command b/command index 599d800f..b8b53321 100755 --- a/command +++ b/command @@ -93,8 +93,6 @@ else fi sleep 5 - # sudo killall -9 direwolf - # sudo killall -9 rtl_fm fi rm out.txt else @@ -115,3 +113,7 @@ else fi fi + +sudo killall -9 direwolf &>/dev/null +sudo killall -9 rtl_fm &>/dev/null +