From bd6522935fde432b5a34800920a34295a09e922d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 9 Oct 2021 20:06:55 -0400 Subject: [PATCH] added gui killall --- groundstation/fox-run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/groundstation/fox-run.sh b/groundstation/fox-run.sh index 3f9f4673..ba53ff30 100755 --- a/groundstation/fox-run.sh +++ b/groundstation/fox-run.sh @@ -7,6 +7,8 @@ echo sudo killall -9 FoxTelem &>/dev/null +sudo killall -9 zenity &>/dev/null + FILE=/home/pi/FoxTelemetryData/.foxprofile if [ ! -f "$FILE" ]; then