From 6b68b957ed4c7049967cedec75094b35f4fa93a9 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 12 Aug 2021 08:55:14 -0400 Subject: [PATCH] killall java to close FoxTelem so location can be updated --- groundstation/loc.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/groundstation/loc.sh b/groundstation/loc.sh index df3e8c77..5a227a37 100755 --- a/groundstation/loc.sh +++ b/groundstation/loc.sh @@ -1,8 +1,10 @@ #!/bin/bash # -python3 /home/pi/CubeSatSim/groundstation/loc-foxtelem.py +sudo killall -9 java &>/dev/null sudo killall -9 gpredict &>/dev/null +python3 /home/pi/CubeSatSim/groundstation/loc-foxtelem.py + /usr/bin/gpredict