From ad5e8d71f7802d6e9545cf99ac88a86de5bbc12a Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 9 Oct 2021 11:25:16 -0400 Subject: [PATCH] try different packet --- groundstation/cubicsdr-packet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/cubicsdr-packet.sh b/groundstation/cubicsdr-packet.sh index c4833474..b608715f 100755 --- a/groundstation/cubicsdr-packet.sh +++ b/groundstation/cubicsdr-packet.sh @@ -22,7 +22,7 @@ sudo killall -9 java &>/dev/null sudo killall -9 CubicSDR &>/dev/null -sudo kill `ps -aux | grep packet | grep -v grep | awk '{ print $2 }'` &>/dev/null && killall inotifywait &>/dev/null +sudo kill `ps -aux | grep " packet" | grep -v grep | awk '{ print $2 }'` &>/dev/null && killall inotifywait &>/dev/null sudo kill `ps -aux | grep sstv_decode_prompt| grep -v grep | awk '{ print $2 }'` &>/dev/null && killall inotifywait &>/dev/null